From b325505b635e012f9e982f00554df1c798751e89 Mon Sep 17 00:00:00 2001 From: Neythen Treloar Date: Fri, 4 Mar 2022 16:37:29 +0000 Subject: [PATCH] changed forex timzone to EST --- database_caller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database_caller.py b/database_caller.py index 39fe3f2..58c6e15 100755 --- a/database_caller.py +++ b/database_caller.py @@ -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)