SequoiaDB
 All Classes Functions
Public Member Functions | List of all members
bson.tz_util.FixedOffset Class Reference
Inheritance diagram for bson.tz_util.FixedOffset:

Public Member Functions

def __init__
 
def __getinitargs__
 
def utcoffset
 
def tzname
 
def dst
 

Detailed Description

Fixed offset timezone, in minutes east from UTC.

Implementation based from the Python `standard library documentation
<http://docs.python.org/library/datetime.html#tzinfo-objects>`_.
Defining __getinitargs__ enables pickling / copying.

The documentation for this class was generated from the following file: