Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
fix(timezone): remove UTC/GMT from SUPPORTED_TIMEZONES list
Browse files Browse the repository at this point in the history
since they are already included in pytz's list
  • Loading branch information
Samyak2 committed Apr 9, 2022
1 parent 866e679 commit 62f8d4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chaos_genius/core/utils/constants.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
"""Provides constants for Chaos Genius."""

SUPPORTED_TIMEZONES = {
"GMT": "GMT+00:00",
"UTC": "GMT+00:00",
"ECT": "GMT+01:00",
"EET": "GMT+02:00",
"ART": "GMT+02:00",
Expand Down

0 comments on commit 62f8d4f

Please sign in to comment.