mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-24 16:23:44 -04:00
tz utility swap and many test updates
This commit is contained in:
@@ -187,7 +187,7 @@ class Config(object):
|
||||
'broker_transport_options': {
|
||||
'visibility_timeout': 310,
|
||||
},
|
||||
'timezone': 'Europe/London',
|
||||
'timezone': getenv("TIMEZONE", 'America/New_York'),
|
||||
'imports': [
|
||||
'app.celery.tasks',
|
||||
'app.celery.scheduled_tasks',
|
||||
|
||||
Reference in New Issue
Block a user