pip_services3_commons.convert.UTC module
pip_services3_commons.convert.UTC
UTC timezone implementation
- copyright
Conceptual Vision Consulting LLC 2015-2016, see AUTHORS for more details.
- license
MIT, see LICENSE for more details.
-
class
pip_services3_commons.convert.UTC.utc Bases:
datetime.tzinfoUTC
-
dst(dt) datetime -> DST offset as timedelta positive east of UTC.
-
tzname(dt) datetime -> string name of time zone.
-
utcoffset(dt) datetime -> timedelta showing offset from UTC, negative values indicating West of UTC
-