mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-15 02:32:24 +03:00
Fixed typo in LocalTimezone doc.
This commit is contained in:
parent
bf1c76b792
commit
d30daac782
|
@ -78,7 +78,7 @@ DSTDIFF = DSTOFFSET - STDOFFSET
|
||||||
class LocalTimezone(datetime.tzinfo):
|
class LocalTimezone(datetime.tzinfo):
|
||||||
"""Platform idea of local timezone.
|
"""Platform idea of local timezone.
|
||||||
|
|
||||||
This is the exact implementation from the Pyhton 2.3 documentation.
|
This is the exact implementation from the Python 2.3 documentation.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def utcoffset(self, dt):
|
def utcoffset(self, dt):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user