Skip to content

Commit

Permalink
feat: updated sem dates
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Jan 6, 2024
1 parent b5cdb87 commit 83da9c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dates.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
# import pytz
# SEM_BEGIN = datetime.datetime.now(pytz.timezone('Asia/Kolkata'))
# SEM BEGIN, and MID_TERM_BEGIN are one day before due to weird calculations
SEM_BEGIN = build_event.generateIndiaTime(2023, 1, 3, 0, 0)
MID_TERM_BEGIN = build_event.generateIndiaTime(2023, 2, 15, 0, 0)
MID_TERM_END = build_event.generateIndiaTime(2023, 2, 24, 23, 59)
END_TERM_BEGIN = build_event.generateIndiaTime(2023, 4, 18, 0, 0)
SEM_BEGIN = build_event.generateIndiaTime(2024, 1, 2, 0, 0)
MID_TERM_BEGIN = build_event.generateIndiaTime(2024, 2, 15, 0, 0)
MID_TERM_END = build_event.generateIndiaTime(2024, 2, 23, 0, 0)
END_TERM_BEGIN = build_event.generateIndiaTime(2024, 4, 18, 0, 0)

# Sanity check

Expand Down

0 comments on commit 83da9c4

Please sign in to comment.