Set First Day of the week to Sunday
-
Currently the API is following the python default of Monday being the first day of the week.
-
It should be changed to Sunday as to be accurate the Gregorian calendar, and for ease of use with other languages.
-
calendar.setfirstweekday(calendar.SUNDAY)