avwx-rest / avwx-engine

Aviation Weather parsing engine. METAR & TAF
MIT License
89 stars 30 forks source link

Make datetimes timezone aware #22

Closed skruger closed 5 years ago

skruger commented 5 years ago

I am planning on using avwx-engine in a Django application that is already timezone aware and initializing the objects with the UTC timezone when they are already known UTC times will make the integration easier.

devdupont commented 5 years ago

Thank you for the PR. I’ll double check the tz inclusion with some things tomorrow.

devdupont commented 5 years ago

Everything looks good. This will be in 1.3.2 along with some bug fixes. Thank you again.

devdupont commented 4 years ago

avwx-engine==1.3.2 is now on PyPI