changed forex timzone to EST
This commit is contained in:
parent
874f88fdd3
commit
b325505b63
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user