X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=psycopg2%2Fdoc%2Fapi%2Fprivate%2Fpsycopg2.tz.LocalTimezone-class.html;fp=psycopg2%2Fdoc%2Fapi%2Fprivate%2Fpsycopg2.tz.LocalTimezone-class.html;h=095454932ccb4c446f7a2a858d9f2252857b7ba7;hb=e5bdc26e1423689c0ab3204931335787737946ea;hp=0000000000000000000000000000000000000000;hpb=f8dd312990da7cc744e1c148bfd395c18492f3f1;p=plcapi.git diff --git a/psycopg2/doc/api/private/psycopg2.tz.LocalTimezone-class.html b/psycopg2/doc/api/private/psycopg2.tz.LocalTimezone-class.html new file mode 100644 index 0000000..0954549 --- /dev/null +++ b/psycopg2/doc/api/private/psycopg2.tz.LocalTimezone-class.html @@ -0,0 +1,209 @@ + + + + + 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) +
 _isdst(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
+
+
+
+ + +
+

_isdst(self, + dt) +

+
+
+
+
+ + + + + + + + + + + + + + + + + + +
+ +