diff options
Diffstat (limited to 'src/usr.bin/calendar/calendars/calendar.usholiday')
-rw-r--r-- | src/usr.bin/calendar/calendars/calendar.usholiday | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/src/usr.bin/calendar/calendars/calendar.usholiday b/src/usr.bin/calendar/calendars/calendar.usholiday new file mode 100644 index 0000000..3b8aa25 --- /dev/null +++ b/src/usr.bin/calendar/calendars/calendar.usholiday @@ -0,0 +1,40 @@ +/* + * USA holiday + * + * $OpenBSD: calendar.usholiday,v 1.8 2013/03/16 07:52:29 jmc Exp $ + */ + +#ifndef _calendar_usholiday_ +#define _calendar_usholiday_ + +01/01 New Year's Day +02/02 Groundhog Day +02/14 St. Valentine's Day +02/MonThird President's Day (3rd Monday of February) +03/05 Mother-in-Law Day +03/SunSecond Daylight Saving Time begins; clocks move forward (2nd Sunday of March) +03/20* Vernal Equinox +04/01 April Fool's Day +04/15 Income Tax Day +04/28* Arbor Day (varies from state to state) +05/SunSecond Mother's Day (2nd Sunday of May) +05/SatThird Armed Forces Day (3rd Saturday of May) +05/MonLast Memorial Day (Last Monday of May) +06/SunThird Father's Day (3rd Sunday of June) +06/21* Summer Solstice +07/04 Independence Day +09/MonFirst Labor Day (1st Monday of September) +09/SunSecond Grandparent's Day (2nd Sunday of September; varies from state to state) +09/22* Autumnal Equinox +10/MonSecond Columbus Day (2nd Monday of October) +10/31 All Hallows' Eve (Halloween) +11/TueFirst Election Day (1st Tuesday after 1st Monday for even years) +11/SunFirst Daylight Saving Time ends; clocks move back (1st Sunday in November) +11/11 Veterans' Day +11/ThuFourth Thanksgiving Day (4th Thursday in November) +12/21* Winter Solstice +12/24 Christmas Eve +12/25 Christmas +12/31 New Year's Eve + +#endif /* !_calendar_usholiday_ */ |