Added fix to set localizations
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.