Enforced that all datetime.time and datetime.datetime objects returned should be timezone "aware." This breaks 0.x functionality where some were and some weren't.
Related Issue
Closes #57
Motivation and Context
See detailed discussion in #57
How Has This Been Tested?
make lint
make docs
make test
Types of changes
Breaking change (previously, the datetime objects returned by the 0.x architecture were not uniform, sometimes they were aware sometimes they were not.)
I claim copyrights on my contributions in this pull request, and I provide those contributions via this pull request under the same license terms that the pvl project uses.
Description
Enforced that all datetime.time and datetime.datetime objects returned should be timezone "aware." This breaks 0.x functionality where some were and some weren't.
Related Issue
Closes #57
Motivation and Context
See detailed discussion in #57
How Has This Been Tested?
Types of changes
Checklist:
Licensing:
This project is released under the LICENSE.