Package zope :: Package interface :: Package common :: Module idatetime :: Class ITZInfo
[show private | hide private]
[frames | no frames]

Type ITZInfo

Interface --+
            |
           ITZInfo


Time zone info class.
Class Variable Summary
str dst = "Return the daylight saving time (DST) adjustment,...
str fromutc = "Return an equivalent datetime in self's local...
str tzname = 'Return the time zone name corresponding to the...
str utcoffset = "Return offset of local time from UTC, in mi...

Class Variable Details

dst

Type:
str
Value:
"""Return the daylight saving time (DST) adjustment, in minutes east
        of UTC, or None if DST information isn't known.
        """                                                            

fromutc

Type:
str
Value:
"Return an equivalent datetime in self's local time."                  

tzname

Type:
str
Value:
'''Return the time zone name corresponding to the datetime object as
        a string.
        '''                                                            

utcoffset

Type:
str
Value:
"""Return offset of local time from UTC, in minutes east of UTC.

        If local time is west of UTC, this should be negative.
        Note that this is intended to be the total offset from UTC;
        for example, if a tzinfo object represents both time zone and \
DST
        adjustments, utcoffset() should return their sum. If the UTC o\
ffset
...                                                                    

Generated by Epydoc 2.1 on Fri Jun 24 12:01:24 2005 http://epydoc.sf.net