helper.datetime.timezone — Manipulate timezone

Warning

This package is not documented yet.

class dp_tornado.helper.datetime.timezone.TimezoneHelper(category=None, path_prefix=None)[source]

Bases: dp_tornado.engine.helper.Helper

localize(datetime, timezone)[source]
normalize(datetime, timezone)[source]
tzinfo_from_datetime(datetime)[source]
tzinfo_from_zone(zone)[source]
zone_from_datetime(datetime)[source]
zone_from_tzinfo(zone)[source]