jhrcook / weather_forecast_collection

Collect weather forecast data from various sources.
GNU General Public License v3.0
0 stars 0 forks source link

Datetime standardization #9

Closed jhrcook closed 3 years ago

jhrcook commented 3 years ago

All collection timestamps are now specifically UTC and I checked that each data source did have some sort of timezone information. Some are UTC while others use time deltas. It is hard to know (due to my limited experience) how to best change these, so I decided to at least make sure the information was present so it can be accounted for in any downstream analyses.