Commits
Click on a commit to change the comparison rangefeat: make TzInfo instantiable without any arguments
Allow TzInfo() to be instantiated without arguments, defaulting to UTC (0 seconds offset).
This provides convenience for creating UTC timezones and satisfies the Python datetime
documentation requirement for tzinfo subclasses to support no-argument construction.
fix #17453 months ago
by PrettyWood