dblite
1.3.0
Simple query interface for SQL databases
|
datetime.tzinfo class representing a constant offset from UTC. More...
Public Member Functions | |
def | __init__ (self, name, delta) |
Constructs a new static zone info, with specified name and time delta. More... | |
def | __eq__ (self, other) |
def | __ne__ (self, other) |
def | __repr__ (self) |
def | dst (self, dt) |
def | tzname (self, dt) |
def | utcoffset (self, dt) |
Static Public Attributes | |
ZERO = datetime.timedelta(0) | |
datetime.tzinfo class representing a constant offset from UTC.
def dblite.util.StaticTzInfo.__init__ | ( | self, | |
name, | |||
delta | |||
) |