X-Git-Url: http://git.onelab.eu/?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;hb=5a4c1b1278ffa01e630fde47f7c54888ed20a576;hp=0000000000000000000000000000000000000000;hpb=cee5ab52df1c9f38b6eaff2dd354cb22f59028c7;p=plcapi.git 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 00000000..7f95294f --- /dev/null +++ b/trunk/psycopg2/doc/api/public/psycopg2.tz.LocalTimezone-class.html @@ -0,0 +1,196 @@ + + + +
+| Home | +Trees | +Index | +Help | ++ |
|---|
|
+ + |
+
+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 | |
| + |
++x.__getattribute__('name') <==> x.name |
| + |
++Return a new object with type S, a subtype of T... |
| + |
++-> (cls, state) |
| + |
++datetime in UTC -> datetime in local time. |
| Inherited from object | |
| + |
++x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
| + |
++x.__delattr__('name') <==> del x.name |
| + |
++Return hash(x)... |
| + |
++helper for pickle |
| + |
++Return repr(x)... |
| + |
++x.__setattr__('name', value) <==> x.name = value |
| + |
++Return str(x)... |
| Method Details |
|---|
+ dst(self, + dt) ++
|
+ tzname(self, + dt) ++
|
+ utcoffset(self, + dt) ++
|
| Home | +Trees | +Index | +Help | ++ |
|---|
| Generated by Epydoc 2.1 on Sat Jan 14 01:42:34 2006 | ++ http://epydoc.sf.net + | +