3.0.0
Breaking Changes
The util.local_timezone
method used for mocking has been removed. You can now use the util.use_local_timezone
method instead for overriding the local default timezone for typical application level use cases as well as for testing. See use_local_timezone for details.
What's Changed
- Add APIs for overriding the local timezone by @allenporter in #121
Full Changelog: 2.1.0...3.0.0