1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-15 21:09:41 +00:00
openmw/files/data-mw/openmw_aux/calendarconfig.lua

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
178 B
Lua
Raw Normal View History

2023-03-24 18:27:25 +00:00
return {
monthsDuration = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31},
daysInWeek = 7,
startingYear = 427,
startingYearDay = 227,
startingWeekDay = 1,
}