Commit 56da1fc
Remove Python < 3.7 timezone workaround in _rfc3339.py
Python 3.7+ supports %z with colons in timezone offsets. Since this
project now requires Python >= 3.9, the regex substitution to remove
colons from timezone offsets is no longer necessary and can be removed.
Co-authored-by: lahirumaramba <55609+lahirumaramba@users.noreply.github.com>1 parent d11b211 commit 56da1fc
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | 71 | | |
78 | 72 | | |
79 | 73 | | |
| |||
0 commit comments