Skip to content

Commit

Permalink
Update time in fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavberi committed Mar 27, 2024
1 parent 25df9c2 commit 7561296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fix_end_times.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
if (end_time - start_time) == timedelta(minutes=2):
if fix:
# If so, set the end time to be 1 hour after the start time
end_time = start_time + timedelta(hours=1)
end_time = start_time + timedelta(hours=2)

event["datetimeperiod"][0] = start_time.isoformat() + "Z"
event["datetimeperiod"][1] = end_time.isoformat() + "Z"
Expand Down

0 comments on commit 7561296

Please sign in to comment.