Remove timezone conversion #27
Reference in New Issue
Block a user
No description provided.
Delete Branch "speed-time"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of #20.
Getting an error because I'm mixing a comprehension with a loop. I think the whole for loop should be a function?
https://chrisalbon.com/python/applying_functions_to_list_items.html
Or could jump to pandas: https://www.dataquest.io/blog/python-pandas-databases/
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.
Doing the easy thing for now.