tz_util – Utilities for dealing with timezones in Python

    class (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.FixedOffset object>

    Fixed offset timezone representing UTC.