Skip to content

Commit 8f148bc

Browse files
committed
Change the way the migration determines what the timezone to infer for not-meeting-specific timestamps should be.
- Legacy-Id: 18823
1 parent f3c5043 commit 8f148bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/utils/migrations/0002_convert_timestamps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# ----------------------------------------------------------------------
2525

2626
def forward(apps, schema_editor):
27-
tzfrom = pytz.timezone(settings.TIME_ZONE)
27+
tzfrom = pytz.timezone('PST8PDT')
2828
tzto = pytz.utc
2929
convert(apps, tzfrom, tzto)
3030

0 commit comments

Comments
 (0)