diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-02-26 13:44:11 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-02-26 13:45:57 -0500 |
commit | 2f22450c97eec82dcc3b2cb9a88fabb1189e6319 (patch) | |
tree | 14248acfbec870cd50b1fab846a6bc0e7abbcb86 /.calendar/calendar | |
parent | Enable narrow-to-region (C-x n n; C-x n w) in emacs (diff) |
Added calendar
Diffstat (limited to '.calendar/calendar')
-rw-r--r-- | .calendar/calendar | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/.calendar/calendar b/.calendar/calendar new file mode 100644 index 0000000..a3eb397 --- /dev/null +++ b/.calendar/calendar @@ -0,0 +1,36 @@ +#include <calendar.usholiday> + +#ifndef _calendar_canada_ +#define _calendar_canada_ + +01/01 New Year's Day (Statutory holiday) +02/02 Groundhog Day +02/14 St. Valentine's Day +02/15 Flag day +03/17 Saint Patrick's Day +03/20* Vernal Equinox +03/SunSecond Daylight Saving Time begins; clocks move forward (2nd Sunday of March) +04/01 April Fool's Day +Easter-2 Good Friday (Statutory holiday) +Easter+1 Easter Monday +05/SunSecond Mother's Day (2nd Sunday of May) +/* Holds until 2016 */ +05/MonThird* Victoria Day (Monday on or immediately before May 24) +06/SunThird Father's Day (3rd Sunday of June) +06/21* Summer Solstice +06/24 St-Jean Baptiste +07/01 Canada Day (Statutory holiday) +08/MonFirst August Civic Holiday +09/MonFirst Labour Day (Statutory holiday) +09/22* Autumnal Equinox +10/MonSecond Thanksgiving +10/31 All Hallows Eve (Halloween) +11/SunFirst Daylight Saving Time ends; clocks move back (1st Sunday in November) +11/11 Remembrance Day +12/21* Winter Solstice +12/24 Christmas Eve +12/25 Christmas Day (Statutory holiday) +12/26 Boxing Day +12/31 New Year's Eve + +#endif /* !_calendar_canada_ */ |