tz_util – Utilities for dealing with timezones in Python

    class bson.tz_util.FixedOffset(offset, name)

    Fixed offset timezone, in minutes east from UTC.

    Implementation based from the Python standard library documentation. Defining __getinitargs__ enables pickling / copying.

    bson.tz_util.utc = <bson.tz_util.FixedOffset object>

    Fixed offset timezone representing UTC.