Skip to content

Commit

Permalink
fix: wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
dantetemplar committed Feb 1, 2025
1 parent bf52276 commit bc82a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/parse/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def get_base_calendar() -> icalendar.Calendar:
standard.add("tzoffsetfrom", datetime.timedelta(hours=3))
standard.add("tzoffsetto", datetime.timedelta(hours=3))
standard.add("tzname", "MSK")
standard.add("dtstart", datetime.datetime(1970, 1, 1))
# standard.add("dtstart", datetime.datetime(1970, 1, 1)) FOR SOME REASON IT RAISES TypeError: 'datetime.datetime' object is not callable
timezone.add_component(standard)
calendar.add_component(timezone)

Expand Down

0 comments on commit bc82a02

Please sign in to comment.