ecmwf / climetlab

Python package for easy access to weather and climate data
Apache License 2.0
371 stars 58 forks source link

Dataset "hurricane-database" handling date & time like "1851-06-25Z06:00 #8

Closed pmaciel closed 3 years ago

pmaciel commented 3 years ago

This is for Python < 3.7.

Previous PR had discarded time, this recovers time by trying first isoparse (from dateutils).

Also merged test_datetime.py into test_utils.py.