Skip to content

Commit 39e29ac

Browse files
author
James William Pye
committed
Remove set_timezone--UTC is the timezone timestamps will come out as.
1 parent 443b0d8 commit 39e29ac

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

postgresql/protocol/typio.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -761,9 +761,6 @@ def _unpack_timestamptz(self, data):
761761
dt = dt.replace(tzinfo = UTC)
762762
return dt
763763

764-
def set_timezone(self, tzname):
765-
pass
766-
767764
def resolve_descriptor(self, desc, index):
768765
'create a sequence of I/O routines from a pq descriptor'
769766
return [

0 commit comments

Comments
 (0)