# wmtz configuration file. Comments begin with #

#Three (or less) letter designation of timezone. 
# time*=JDN gives Julian Day Number.
# time*=xxx gives a blank (empty) timeline.
# time*=BEATS gives swatch beats (int format). utdiff is ignored.
# time*=@ gives swatch beats (float format). utdiff is ignored.
# time*=Y2K gives number of days to Y2K. utdiff should be set to your TZ.
# time*=DATE gives local date. utdiff is ignored.
# time*=WDAY give local weekday. utdiff is ignored.
# time*=LOCAL give local time (usefull to deal with DST). utdiff is ignored.
time1=JDN   
time2=JDN    
time3=BEATS
time4=Y2K    
time5=CET    

#Difference in hours from UT (Greenwich Civil Time) for the time zones above.
#Negative values are required for timezones to the east of Greenwich.
#A value of 0 gives UT.
#
# Automatic correction of daylight saving time changes is supported
#only by WDAY, DATE and LOCAL.
#
#If JDN was specified for a time position, this value is subtracted from the 
#Julian day number, giving days from another epoch. This enables you to see  
#more decimals of the JD if you want to...
#Integer numbers only! Time differences in minutes is not supported.
#
utdiff1=0         
#This gives days from 1999-01-01 12:00 UT:
utdiff2=2451180   
utdiff3=0         
utdiff4=-1         
utdiff5=-2         
