The Volatility Framework
volatility.timefmt.OffsetTzInfo Class Reference

Timezone implementation that allows offsets specified in seconds. More...

Inheritance diagram for volatility.timefmt.OffsetTzInfo:

Public Member Functions

def __init__ (self, offset=None, args, kwargs)
 Accepts offset in seconds.
 
def set_offset (self, offset)
 Simple setter for offset.
 
def utcoffset (self, dt)
 Returns the offset from UTC.
 
def dst (self, _dt)
 We almost certainly can't know about DST, so we say it's always off.
 
def tzname (self, _dt)
 Return a useful timezone name.
 

Public Attributes

 offset
 

Detailed Description

Timezone implementation that allows offsets specified in seconds.


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