changed forex timzone to EST

This commit is contained in:
Neythen Treloar 2022-03-04 16:37:29 +00:00
parent 874f88fdd3
commit b325505b63
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ if __name__ == '__main__':
update_frequencies = {'stocks':1, 'crypto':5, 'forex':60, 'news':120, 'weather': 120, 'sports': 1440} #minutes
NY_zone = pytz.timezone('America/New_York')
CET_zone = pytz.timezone('Europe/Berlin')
CET_zone = pytz.timezone('EST')
NY_time = datetime.now(NY_zone)