1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
################################
# CONFIG VARIABLES
################################
# See Date::Manip man page for a description of all config variables.
# EraseHolidays =
# PersonalCnf = .DateManip.cnf
# PersonalCnfPath = .:~
# Language = English
# DateFormat = US
# TZ = EST
# ConvTZ =
# Internal = 0
# FirstDay = 1
# WorkWeekBeg = 1
# WorkWeekEnd = 5
# WorkDay24Hr = 0
# WorkDayBeg = 08:00
# WorkDayEnd = 17:00
# TomorrowFirst = 1
# DeltaSigns = 0
# Jan1Week1 = 0
# YYtoYYYY = 89
# UpdateCurrTZ = 0
# IntCharSet = 0
# ForceDate =
################################
# HOLIDAYS
################################
*HOLIDAY
# Make sure that the date part of every date can be followed by the year
# and be correctly parsed by ParseDate.
# The following holiday definitions are taken from pcal's config file.
# Some are commented out if these tend to be ordinary business days.
1/1 = New Year's Day
third Monday in Feb = Presidents' Day
# 2/14 = Valentine's Day
# 3/17 = St. Patrick's Day
last Monday in May = Memorial Day
# 6/14 = Flag Day
7/4 = Independence Day
1st Monday in Sep = Labor Day
second Monday in Oct = Columbus Day (observed)
# 10/31 = Halloween
second Mon in Nov = Veterans' Day (observed)
fourth Thu in Nov = Thanksgiving
# 12/24 = Christmas Eve
12/25 = Christmas
# 12/31 = New Year's Eve
# More complex holidays (date + delta, date - delta)
# first Monday in Nov + 1 day = Election day
# The Friday after Thanksgiving is an unnamed holiday some places
# fourth Thu in Nov + 1 day =
# State specific holidays (set for Florida)
# Except AZ, NH, MT
3rd Monday in Jan = Martin Luther King Day
# Alaska
#first Sat in March = Iditarod starts
# Only for MA, ME
#3rd Monday in Apr = Patriots' Day
|