Skip to content

Commit 13e6864

Browse files
committed
126 is no longer a regular Z value
See #15.
1 parent f46022e commit 13e6864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temporenc/temporenc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
MILLISECOND_MAX, MILLISECOND_MASK = 999, 0x3ff
3232
MICROSECOND_MAX, MICROSECOND_MASK = 999999, 0xfffff
3333
NANOSECOND_MAX, NANOSECOND_MASK = 999999999, 0x3fffffff
34-
TIMEZONE_MAX, TIMEZONE_EMPTY, TIMEZONE_MASK = 126, 127, Z_MASK
34+
TIMEZONE_MAX, TIMEZONE_EMPTY, TIMEZONE_MASK = 125, 127, Z_MASK
3535

3636
D_LENGTH = 3
3737
T_LENGTH = 3

0 commit comments

Comments
 (0)