This is my personal gitlab instance. Feel free to browse my stuff: https://gitlab.greeson.xyz/users/highsaltlevels/projects

Added fix to set localizations

David Greeson requested to merge tz-fix into master

Created by: HighSaltLevels

What/Why

Not only do I need to set the locale on my pi, I need to also specify a timezone for the datetime object or else everything will work out of UTC. This PR hardcodes the timezone to Eastern US until I add functionality for user preferences.

Merge request reports