We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c5043 commit 8f148bcCopy full SHA for 8f148bc
1 file changed
ietf/utils/migrations/0002_convert_timestamps.py
@@ -24,7 +24,7 @@
24
# ----------------------------------------------------------------------
25
26
def forward(apps, schema_editor):
27
- tzfrom = pytz.timezone(settings.TIME_ZONE)
+ tzfrom = pytz.timezone('PST8PDT')
28
tzto = pytz.utc
29
convert(apps, tzfrom, tzto)
30
0 commit comments