Package pyGlobus :: Module GSISOAP :: Class DATETIMECONSTS
[show private | hide private]
[frames | no frames]

Class DATETIMECONSTS


Class Variable Summary
str BOSre = '^\\s*'
str century = '^\\s*(?P<sign>-?)(?P<century>\\d{2,})((?P<zul...
str CENTURYre = '(?P<century>\\d{2,})'
str date = '^\\s*(?P<sign>-?)(?P<century>\\d{2,})(?P<year>\\...
str dateTime = '^\\s*(?P<sign>-?)(?P<century>\\d{2,})(?P<yea...
str DAYre = '(?P<day>\\d{2})'
str duration = '^\\s*(?P<sign>-?)P((?P<year>\\d+)Y)?((?P<mon...
str EOSre = '\\s*$'
str gDay = '^\\s*---(?P<day>\\d{2})((?P<zulu>Z)|(?P<tzsign>[...
str gMonth = '^\\s*--(?P<month>\\d{2})--((?P<zulu>Z)|(?P<tzs...
str gMonthDay = '^\\s*--(?P<month>\\d{2})-(?P<day>\\d{2})((?...
str gYear = '^\\s*(?P<sign>-?)(?P<century>\\d{2,})(?P<year>\...
str gYearMonth = '^\\s*(?P<sign>-?)(?P<century>\\d{2,})(?P<y...
str HOURre = '(?P<hour>\\d{2})'
str MINUTEre = '(?P<minute>\\d{2})'
str month = '^\\s*--(?P<month>\\d{2})--((?P<zulu>Z)|(?P<tzsi...
str MONTHre = '(?P<month>\\d{2})'
tuple months = (31, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30...
str recurringDate = '^\\s*--(?P<month>\\d{2})-(?P<day>\\d{2}...
str recurringDay = '^\\s*---(?P<day>\\d{2})((?P<zulu>Z)|(?P<...
str recurringInstant = '^\\s*(?P<sign>-?)((?P<century>\\d{2,...
str SECONDre = '(?P<second>\\d{2}(?:\\.\\d*)?)'
str SIGNre = '(?P<sign>-?)'
str time = '^\\s*(?P<hour>\\d{2}):(?P<minute>\\d{2}):(?P<sec...
str timeDuration = '^\\s*(?P<sign>-?)P((?P<year>\\d+)Y)?((?P...
str timeInstant = '^\\s*(?P<sign>-?)(?P<century>\\d{2,})(?P<...
str timePeriod = '^\\s*(?P<sign>-?)(?P<century>\\d{2,})(?P<y...
str TIMEZONEre = '(?P<zulu>Z)|(?P<tzsign>[-+])(?P<tzhour>\\d...
str year = '^\\s*(?P<sign>-?)(?P<century>\\d{2,})(?P<year>\\...
str YEARre = '(?P<year>\\d{2})'

Class Variable Details

BOSre

Type:
str
Value:
'^\\s*'                                                                

century

Type:
str
Value:
'^\\s*(?P<sign>-?)(?P<century>\\d{2,})((?P<zulu>Z)|(?P<tzsign>[-+])(?P\
<tzhour>\\d{2}):(?P<tzminute>\\d{2}))?\\s*$'                           

CENTURYre

Type:
str
Value:
'(?P<century>\\d{2,})'                                                 

date

Type:
str
Value:
'^\\s*(?P<sign>-?)(?P<century>\\d{2,})(?P<year>\\d{2})-(?P<month>\\d{2\
})-(?P<day>\\d{2})((?P<zulu>Z)|(?P<tzsign>[-+])(?P<tzhour>\\d{2}):(?P<\
tzminute>\\d{2}))?\\s*$'                                               

dateTime

Type:
str
Value:
'^\\s*(?P<sign>-?)(?P<century>\\d{2,})(?P<year>\\d{2})-(?P<month>\\d{2\
})-(?P<day>\\d{2})T(?P<hour>\\d{2}):(?P<minute>\\d{2}):(?P<second>\\d{\
2}(?:\\.\\d*)?)((?P<zulu>Z)|(?P<tzsign>[-+])(?P<tzhour>\\d{2}):(?P<tzm\
inute>\\d{2}))?\\s*$'                                                  

DAYre

Type:
str
Value:
'(?P<day>\\d{2})'                                                      

duration

Type:
str
Value:
'^\\s*(?P<sign>-?)P((?P<year>\\d+)Y)?((?P<month>\\d+)M)?((?P<day>\\d+)\
D)?((?P<sep>T)((?P<hour>\\d+)H)?((?P<minute>\\d+)M)?((?P<second>\\d*(?\
:\\.\\d*)?)S)?)?\\s*$'                                                 

EOSre

Type:
str
Value:
'\\s*$'                                                                

gDay

Type:
str
Value:
'^\\s*---(?P<day>\\d{2})((?P<zulu>Z)|(?P<tzsign>[-+])(?P<tzhour>\\d{2}\
):(?P<tzminute>\\d{2}))?\\s*$'                                         

gMonth

Type:
str
Value:
'^\\s*--(?P<month>\\d{2})--((?P<zulu>Z)|(?P<tzsign>[-+])(?P<tzhour>\\d\
{2}):(?P<tzminute>\\d{2}))?\\s*$'                                      

gMonthDay

Type:
str
Value:
'^\\s*--(?P<month>\\d{2})-(?P<day>\\d{2})((?P<zulu>Z)|(?P<tzsign>[-+])\
(?P<tzhour>\\d{2}):(?P<tzminute>\\d{2}))?\\s*$'                        

gYear

Type:
str
Value:
'^\\s*(?P<sign>-?)(?P<century>\\d{2,})(?P<year>\\d{2})((?P<zulu>Z)|(?P\
<tzsign>[-+])(?P<tzhour>\\d{2}):(?P<tzminute>\\d{2}))?\\s*$'           

gYearMonth

Type:
str
Value:
'^\\s*(?P<sign>-?)(?P<century>\\d{2,})(?P<year>\\d{2})-(?P<month>\\d{2\
})((?P<zulu>Z)|(?P<tzsign>[-+])(?P<tzhour>\\d{2}):(?P<tzminute>\\d{2})\
)?\\s*$'                                                               

HOURre

Type:
str
Value:
'(?P<hour>\\d{2})'                                                     

MINUTEre

Type:
str
Value:
'(?P<minute>\\d{2})'                                                   

month

Type:
str
Value:
'^\\s*--(?P<month>\\d{2})--((?P<zulu>Z)|(?P<tzsign>[-+])(?P<tzhour>\\d\
{2}):(?P<tzminute>\\d{2}))?\\s*$'                                      

MONTHre

Type:
str
Value:
'(?P<month>\\d{2})'                                                    

months

Type:
tuple
Value:
(31, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31)                   

recurringDate

Type:
str
Value:
'^\\s*--(?P<month>\\d{2})-(?P<day>\\d{2})((?P<zulu>Z)|(?P<tzsign>[-+])\
(?P<tzhour>\\d{2}):(?P<tzminute>\\d{2}))?\\s*$'                        

recurringDay

Type:
str
Value:
'^\\s*---(?P<day>\\d{2})((?P<zulu>Z)|(?P<tzsign>[-+])(?P<tzhour>\\d{2}\
):(?P<tzminute>\\d{2}))?\\s*$'                                         

recurringInstant

Type:
str
Value:
'^\\s*(?P<sign>-?)((?P<century>\\d{2,})|-)((?P<year>\\d{2})|-)-((?P<mo\
nth>\\d{2})|-)-((?P<day>\\d{2})|-)T((?P<hour>\\d{2})|-):((?P<minute>\\\
d{2})|-):((?P<second>\\d{2}(?:\\.\\d*)?)|-)((?P<zulu>Z)|(?P<tzsign>[-+\
])(?P<tzhour>\\d{2}):(?P<tzminute>\\d{2}))?\\s*$'                      

SECONDre

Type:
str
Value:
'(?P<second>\\d{2}(?:\\.\\d*)?)'                                       

SIGNre

Type:
str
Value:
'(?P<sign>-?)'                                                         

time

Type:
str
Value:
'^\\s*(?P<hour>\\d{2}):(?P<minute>\\d{2}):(?P<second>\\d{2}(?:\\.\\d*)\
?)((?P<zulu>Z)|(?P<tzsign>[-+])(?P<tzhour>\\d{2}):(?P<tzminute>\\d{2})\
)?\\s*$'                                                               

timeDuration

Type:
str
Value:
'^\\s*(?P<sign>-?)P((?P<year>\\d+)Y)?((?P<month>\\d+)M)?((?P<day>\\d+)\
D)?((?P<sep>T)((?P<hour>\\d+)H)?((?P<minute>\\d+)M)?((?P<second>\\d*(?\
:\\.\\d*)?)S)?)?\\s*$'                                                 

timeInstant

Type:
str
Value:
'^\\s*(?P<sign>-?)(?P<century>\\d{2,})(?P<year>\\d{2})-(?P<month>\\d{2\
})-(?P<day>\\d{2})T(?P<hour>\\d{2}):(?P<minute>\\d{2}):(?P<second>\\d{\
2}(?:\\.\\d*)?)((?P<zulu>Z)|(?P<tzsign>[-+])(?P<tzhour>\\d{2}):(?P<tzm\
inute>\\d{2}))?\\s*$'                                                  

timePeriod

Type:
str
Value:
'^\\s*(?P<sign>-?)(?P<century>\\d{2,})(?P<year>\\d{2})-(?P<month>\\d{2\
})-(?P<day>\\d{2})T(?P<hour>\\d{2}):(?P<minute>\\d{2}):(?P<second>\\d{\
2}(?:\\.\\d*)?)((?P<zulu>Z)|(?P<tzsign>[-+])(?P<tzhour>\\d{2}):(?P<tzm\
inute>\\d{2}))?\\s*$'                                                  

TIMEZONEre

Type:
str
Value:
'(?P<zulu>Z)|(?P<tzsign>[-+])(?P<tzhour>\\d{2}):(?P<tzminute>\\d{2})'  

year

Type:
str
Value:
'^\\s*(?P<sign>-?)(?P<century>\\d{2,})(?P<year>\\d{2})((?P<zulu>Z)|(?P\
<tzsign>[-+])(?P<tzhour>\\d{2}):(?P<tzminute>\\d{2}))?\\s*$'           

YEARre

Type:
str
Value:
'(?P<year>\\d{2})'                                                     

Generated by Epydoc 2.1 on Tue Apr 4 14:32:55 2006 http://epydoc.sf.net