1################################
2# CONFIG VARIABLES
3################################
4# See Date::Manip man page for a description of all config variables.
5
6EraseHolidays		=
7PersonalCnf		= Manip.cnf
8PersonalCnfPath		= t:.
9Language		= English
10DateFormat		= US
11TZ			= EST
12ConvTZ			= EST
13Internal		= 0
14FirstDay		= 1
15WorkWeekBeg		= 1
16WorkWeekEnd		= 5
17WorkDay24Hr		= 0
18WorkDayBeg		= 08:00
19WorkDayEnd		= 17:00
20TomorrowFirst		= 1
21DeltaSigns		= 0
22Jan1Week1   		= 0
23YYtoYYYY                = 89
24UpdateCurrTZ            = 0
25IntCharSet              = 0
26#ForceDate		=
27
28################################
29# HOLIDAYS
30################################
31*HOLIDAY
32
33# Make sure that the date part of every date can be followed by the year
34# and be correctly parsed by ParseDate.
35
36# The following holiday definitions are taken from pcal's config file.
37# Some are commented out if these tend to be ordinary business days.
38
391/1				= New Year's Day
40third Monday in Feb             = Presidents' Day
41# 2/14                          = Valentine's Day
42# 3/17                          = St. Patrick's Day
43last Monday in May              = Memorial Day
44# 6/14                          = Flag Day
457/4                             = Independence Day
461st Monday in Sep               = Labor Day
47second Monday in Oct            = Columbus Day (observed)
48# 10/31                         = Halloween
49#second Mon in Nov               = Veterans' Day (observed)
50fourth Thu in Nov               = Thanksgiving
51# 12/24                         = Christmas Eve
5212/25                           = Christmas
53# 12/31                         = New Year's Eve
54
55# You can also use recurrences.
56
571*0:0:0:0:0:0*EASTER		= Easter
581*11:0:11:0:0:0*CWD             = Veteran's Day (observed)
59#1*0:0:0:0:0:0*EASTER,PD5	= Good Friday
60
61
62# Other complex holidays (date + delta, date - delta)
63
64# first Monday in Nov + 1 day   = Election day
65# The Friday after Thanksgiving is an unnamed holiday some places
66# fourth Thu in Nov + 1 day     =
67
68# State specific holidays (set for Florida)
69
70# Except AZ, NH, MT
713rd Monday in Jan		= Martin Luther King Day
72
73# Alaska
74#first Sat in March             = Iditarod starts
75
76# Only for MA, ME
77#3rd Monday in Apr              = Patriots' Day
78
79# You can define specific holidays for specific years
80# 1/5/1999                      = A one-year-only holiday
81# 1st Monday in Sep 1998        = Another one.
826/2/1999			= A special test holiday for 1999
83
84################################
85# EVENTS
86################################
87*EVENTS
88
89# These are events that occur over a range of time.  Useful for scheduling
90# or calendar applications.
91
92# Forms include
93#  date          = event  # Sets an event lasting 1 day or 1 hour (if no time)
94
952000-02-01               = Event1
962000-05-01               = Event2
972000-04-01-12:00:00      = Event3
98
99#  recur         = event  # Sets a recurring event lasting 1 day or 1 hour
100
1011*01:0:10:0:0:0          = Recurring event 1 day long
1021*02:0:10:12:0:0         = Recurring event 1 hour long
103
104#  date0 ; date1 = event  # Sets an event lasting from date0 to date1 inclusive
105#                           (i.e. if date1 doesn't contain a a time, it ends at
106#                           midnight of that date)
107
1082000-01-01 ; 2000-03-21  = Winter
1092000-03-22 ; 2000-06-21  = Spring
1102000-06-22 ; 2000-09-21  = Summer
1112000-09-22 ; 2000-12-21  = Fall
1122000-12-22 ; 2000-12-31  = Winter
113
114#  recur ; delta = event  # Sets an event of this duration
115
1161*03:0:10:12:0:0 ; 0:0:0:0:2:30:0 = Recurring event 2:30 long
117
118