Module: utils.tz

Timezone utilities

Just UTC-awareness right now

1 Class

class IPython.utils.tz.tzUTC

Bases: datetime.tzinfo

tzinfo object for UTC (zero offset)

dst(d)

datetime -> DST offset as timedelta positive east of UTC.

utcoffset(d)

datetime -> timedelta showing offset from UTC, negative values indicating West of UTC

1 Function

IPython.utils.tz.utc_aware(unaware)

decorator for adding UTC tzinfo to datetime’s utcfoo methods