X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=blobdiff_plain;f=trunk%2Fpsycopg2%2Fdoc%2Fapi%2Fpublic%2Fpsycopg2.tz.LocalTimezone-class.html;fp=trunk%2Fpsycopg2%2Fdoc%2Fapi%2Fpublic%2Fpsycopg2.tz.LocalTimezone-class.html;h=7f95294fe0c812f20dde99851866d688e4ffe1a0;hp=0000000000000000000000000000000000000000;hb=5a4c1b1278ffa01e630fde47f7c54888ed20a576;hpb=cee5ab52df1c9f38b6eaff2dd354cb22f59028c7 diff --git a/trunk/psycopg2/doc/api/public/psycopg2.tz.LocalTimezone-class.html b/trunk/psycopg2/doc/api/public/psycopg2.tz.LocalTimezone-class.html new file mode 100644 index 0000000..7f95294 --- /dev/null +++ b/trunk/psycopg2/doc/api/public/psycopg2.tz.LocalTimezone-class.html @@ -0,0 +1,196 @@ + + + + + psycopg2.tz.LocalTimezone + + + + + + + + + + + + + + + + + + + +
+ + Package psycopg2 :: + Module tz :: + Class LocalTimezone +
+
+ + +
[show private | hide private]
[frames | no frames]
+ + +

Type LocalTimezone

+ +
+object --+    
+         |    
+    tzinfo --+
+             |
+            LocalTimezone
+

+ +
+ +

Platform idea of local timezone.

+

This is the exact implementation from the Pyhton 2.3 documentation.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Method Summary
 dst(self, + dt) +
 tzname(self, + dt) +
 utcoffset(self, + dt) +
    Inherited from tzinfo
 __getattribute__(...) +
+x.__getattribute__('name') <==> x.name
 __new__(T, + S, + ...) +
+Return a new object with type S, a subtype of T...
 __reduce__(...) +
+-> (cls, state)
 fromutc(...) +
+datetime in UTC -> datetime in local time.
    Inherited from object
 __init__(...) +
+x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 __delattr__(...) +
+x.__delattr__('name') <==> del x.name
 __hash__(x) +
+Return hash(x)...
 __reduce_ex__(...) +
+helper for pickle
 __repr__(x) +
+Return repr(x)...
 __setattr__(...) +
+x.__setattr__('name', value) <==> x.name = value
 __str__(x) +
+Return str(x)...

+ + + + + + +
Method Details
+ + +
+

dst(self, + dt) +

+
+
Overrides:
+
datetime.tzinfo.dst
+
+
+
+ + +
+

tzname(self, + dt) +

+
+
Overrides:
+
datetime.tzinfo.tzname
+
+
+
+ + +
+

utcoffset(self, + dt) +

+
+
Overrides:
+
datetime.tzinfo.utcoffset
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+ +