LusiTime/src/TimeFormat.py File Reference

Go to the source code of this file.

Namespaces

namespace  TimeFormat

Functions

def TimeFormat::formatTime
def TimeFormat::parseTime
def TimeFormat::mktime_from_utc

Variables

string TimeFormat::__version__ = "$Revision: 4 $"
tuple TimeFormat::_ffmtre = re.compile( "%([.](\\d+))?f" )
string TimeFormat::_DATE_RE = "(\\d{4})(?:-?(\\d{2})(?:-?(\\d{2}))?)?"
string TimeFormat::_TIME_RE = "(\\d{1,2})(?::?(\\d{2})(?::?(\\d{2})(?:[.](\\d{1,9}))?)?)?"
string TimeFormat::_TZ_RE = "Z|(?:([-+])(\\d{2})(?::?(\\d{2}))?)"
tuple TimeFormat::_dtre = re.compile( "^" + _DATE_RE + "(?:(?: +|T)(?:" + _TIME_RE + ")?(" + _TZ_RE + ")?)?$" )
tuple TimeFormat::_secre = re.compile( "^S(\\d{0,10})(?:[.](\\d{1,9}))?$" )


Generated on 19 Dec 2016 for PSDMSoftware by  doxygen 1.4.7