Skip to content

Commit

Permalink
added America/NewYork timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcoldea committed Nov 24, 2023
1 parent 1c4aa86 commit 19af73f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/codebase_docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
'test_versioning', 'test_functional_read_only_conf_concept', 'clinicalcode.tests.functional_tests.read_only', 'read_only_test_settings',
]

TIME_ZONE = 'America/NewYork'


for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()

Expand Down

0 comments on commit 19af73f

Please sign in to comment.