Package suds :: Package sax :: Module date :: Class UTC
[hide private]
[frames] | no frames]

Class UTC

source code

Date --+    
       |    
Time --+    
       |    
DateTime --+
           |
          UTC

Represents current UTC time.

Instance Methods [hide private]
 
__init__(self, date=None) source code

Inherited from DateTime: __str__, __unicode__

Inherited from Date: day, month, year

Inherited from Time: hour, microsecond, minute, second

Instance Variables [hide private]

Inherited from DateTime: datetime

Inherited from Date: date

Inherited from Time: tz

Method Details [hide private]

__init__(self, date=None)
(Constructor)

source code 
Parameters:
  • date - The value of the object.
Raises:
  • ValueError - When tm is invalid.
Overrides: Time.__init__
(inherited documentation)