CouncilDataProject / cdptools_v2

Tools you can use to interact with and run Council Data Project instances.
Other
7 stars 9 forks source link

Fix datetimes from open read cloud firestore response #48

Closed evamaxfield closed 5 years ago

evamaxfield commented 5 years ago

Currently datetimes returned from open read assume Zulu (UTC), two options:

  1. Make it know in the api that all datetimes are returned in UTC and you will have to do datetime timezone conversion yourself
  2. Try to make a fix that passes the timezone property as well
evamaxfield commented 5 years ago

For now, I am going to close this. I don't think this was as large of an issue as originally thought to be. And specifically, I just tested with new events and event datetimes were retrieved to the correct datetime ignoring timezone.