Skip to content
Snippets Groups Projects
Verified Commit 9db46d8f authored by Malin Freeborn's avatar Malin Freeborn
Browse files

recalculate cycles

Cycles should have a simple, convenient way to calculate, so the Judge
can look at a Mundane calendar, and easily see the date in Fenestra.

This calendar divides the year into three parts, and asks if this is the
first, second, or third month in the quarter.  The cycle equals 'month x
2' (so February = 4) and the first half of the month gets a -1.  So
February 1st occurs during the fifth cycle, i.e. 'Sylfs'.

The day in Fenestra simply equals our day x 4.  After the 15th of each
month, we subtract 15, and start again (so April 16th = cycle 2, day 4).
parent 557ae71b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment