Open rsb-23 opened 1 month ago
Fixes #73
Default tzinfo = tzutc(), before running test_pytz_timezone_serializing. So same value is set in unregister function.
tzinfo = tzutc()
test_pytz_timezone_serializing
I'm away from my computer for a week. I'll check and merge when I'm home.
Thank you for this!
Fixes #73
Default
tzinfo = tzutc()
, before runningtest_pytz_timezone_serializing
. So same value is set in unregister function.