Remove timezone conversion #27

Merged
mattbk merged 6 commits from speed-time into master 2017-11-17 16:59:01 -06:00
mattbk commented 2017-11-17 12:16:24 -06:00 (Migrated from github.com)

Part of #20.

Part of #20.
mattbk commented 2017-11-17 14:28:00 -06:00 (Migrated from github.com)

Getting an error because I'm mixing a comprehension with a loop. I think the whole for loop should be a function?

Getting an error because I'm mixing a comprehension with a loop. I think the whole for loop should be a function?
mattbk commented 2017-11-17 15:16:04 -06:00 (Migrated from github.com)
https://chrisalbon.com/python/applying_functions_to_list_items.html
mattbk commented 2017-11-17 15:45:23 -06:00 (Migrated from github.com)
Or could jump to pandas: https://www.dataquest.io/blog/python-pandas-databases/
mattbk commented 2017-11-17 16:49:21 -06:00 (Migrated from github.com)

If I can't figure this out, I'll probably just store the timestamps in the local timezone and worry about changes in the future. Sounds like UTC is the best practice, but my skills aren't there yet.

If I can't figure this out, I'll probably just store the timestamps in the local timezone and worry about changes in the future. Sounds like UTC is the best practice, but my skills aren't there yet.
mattbk commented 2017-11-17 16:58:57 -06:00 (Migrated from github.com)

Doing the easy thing for now.

Doing the easy thing for now.
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: matt/pi-temp#27
No description provided.