[BACK]Return to calendar.usholiday CVS log [TXT][DIR] Up to [local] / src / usr.bin / calendar / calendars

Annotation of src/usr.bin/calendar/calendars/calendar.usholiday, Revision 1.10

1.2       millert     1: /*
                      2:  * USA holiday
                      3:  *
1.10    ! bentley     4:  * $OpenBSD: calendar.usholiday,v 1.9 2015/01/19 18:07:47 tedu Exp $
1.2       millert     5:  */
                      6:
                      7: #ifndef _calendar_usholiday_
                      8: #define _calendar_usholiday_
                      9:
1.1       deraadt    10: 01/01  New Year's Day
1.9       tedu       11: 01/MonThird    Martin Luther King Jr. Day (3rd Monday of January)
1.1       deraadt    12: 02/02  Groundhog Day
                     13: 02/14  St. Valentine's Day
1.2       millert    14: 02/MonThird    President's Day (3rd Monday of February)
1.1       deraadt    15: 03/05  Mother-in-Law Day
1.7       deraadt    16: 03/SunSecond   Daylight Saving Time begins; clocks move forward (2nd Sunday of March)
1.1       deraadt    17: 03/20* Vernal Equinox
                     18: 04/01  April Fool's Day
                     19: 04/15  Income Tax Day
                     20: 04/28* Arbor Day (varies from state to state)
1.2       millert    21: 05/SunSecond   Mother's Day (2nd Sunday of May)
                     22: 05/SatThird    Armed Forces Day (3rd Saturday of May)
                     23: 05/MonLast     Memorial Day (Last Monday of May)
                     24: 06/SunThird    Father's Day (3rd Sunday of June)
1.10    ! bentley    25: 06/19  Juneteenth
1.1       deraadt    26: 06/21* Summer Solstice
                     27: 07/04  Independence Day
1.2       millert    28: 09/MonFirst    Labor Day (1st Monday of September)
                     29: 09/SunSecond   Grandparent's Day (2nd Sunday of September; varies from state to state)
1.1       deraadt    30: 09/22* Autumnal Equinox
1.2       millert    31: 10/MonSecond   Columbus Day (2nd Monday of October)
1.8       jmc        32: 10/31  All Hallows' Eve (Halloween)
1.6       mickey     33: 11/TueFirst    Election Day (1st Tuesday after 1st Monday for even years)
1.7       deraadt    34: 11/SunFirst    Daylight Saving Time ends; clocks move back (1st Sunday in November)
1.1       deraadt    35: 11/11  Veterans' Day
1.2       millert    36: 11/ThuFourth   Thanksgiving Day (4th Thursday in November)
1.1       deraadt    37: 12/21* Winter Solstice
                     38: 12/24  Christmas Eve
                     39: 12/25  Christmas
                     40: 12/31  New Year's Eve
1.2       millert    41:
                     42: #endif /* !_calendar_usholiday_ */