Skip to content

Commit

Permalink
Revert "tropical months off by one - fixed!"
Browse files Browse the repository at this point in the history
This reverts commit 07d6ff1.
  • Loading branch information
karthikraman committed Sep 29, 2024
1 parent ba8c69e commit cfaf091
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jsonClass = "HinduCalendarEvent"
[timing]
default_to_none = true
month_type = "tropical"
month_number = 1
month_number = 2
anga_type = "day"
anga_number = 1
jsonClass = "HinduCalendarEventTiming"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jsonClass = "HinduCalendarEvent"
[timing]
default_to_none = true
month_type = "tropical"
month_number = 4
month_number = 5
anga_type = "day"
anga_number = 1
jsonClass = "HinduCalendarEventTiming"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jsonClass = "HinduCalendarEvent"
[timing]
default_to_none = true
month_type = "tropical"
month_number = 7
month_number = 8
anga_type = "day"
anga_number = 1
jsonClass = "HinduCalendarEventTiming"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jsonClass = "HinduCalendarEvent"
[timing]
default_to_none = true
month_type = "tropical"
month_number = 10
month_number = 11
anga_type = "day"
anga_number = 1
jsonClass = "HinduCalendarEventTiming"
Expand Down

0 comments on commit cfaf091

Please sign in to comment.