SeitaBV / timely-beliefs

Model data as beliefs (at a certain time) about events (at a certain time).
MIT License
34 stars 6 forks source link

Read csv aware datetimes with mixed offset #115

Closed Flix6x closed 2 years ago

Flix6x commented 2 years ago

Support reading CSV files containing timezone aware datetimes with mixed offset (e.g. both +01 and +02 occur). Also prevent accidentally assigning UTC to timezone naive datetimes, by demanding a timezone is passed explicitly.