Note

This documentation is for a development version of IPython. There may be significant differences from the latest stable release.

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)

1 Function

IPython.utils.tz.utc_aware(unaware)

decorator for adding UTC tzinfo to datetime’s utcfoo methods