1 .\" $FreeBSD: src/usr.sbin/zic/zic.8,v 1.11.2.4 2003/03/11 22:31:35 trhodes Exp $
2 .\" $DragonFly: src/usr.sbin/zic/zic.8,v 1.5 2008/10/19 20:15:58 swildner Exp $
14 .Op Fl L Ar leapsecondfilename
17 .Op Fl p Ar posixrules
24 utility reads text from the file(s) named on the command line
25 and creates the time conversion information files specified in this input.
30 the standard input is read.
32 The following options are available:
33 .Bl -tag -width indent
35 Do not automatically create directories. If the input file(s) specify
36 an output file in a directory which does not already exist, the
37 default behavior is to attempt to create the directory. If
41 will instead error out immediately.
43 Create time conversion information files in the named directory rather than
44 in the standard directory named below.
46 After creating each output file, change its group ownership to the
49 (which can be either a name or a numeric group ID).
50 .It Fl L Ar leapsecondfilename
51 Read leap second information from the file with the given name.
52 If this option is not used,
53 no leap second information appears in output files.
60 utility will act as if the input contained a link line of the form
61 .Bd -literal -offset indent
62 .No "Link timezone localtime"
64 (Note that this action has no effect on
66 since the local time zone is specified in
69 .Pa /usr/share/zoneinfo/localtime . )
71 After creating each output file, change its access mode to
73 Both numeric and alphabetic modes are accepted
79 rules when handling POSIX-format
80 time zone environment variables.
83 utility will act as if the input contained a link line of the form
84 .Bd -literal -offset indent
85 .No "Link timezone posixrules"
88 After creating each output file, change its owner to
90 (which can be either a name or a numeric user ID).
92 Complain if a year that appears in a data file is outside the range
93 of years representable by
96 Also complain if a time of 24:00
97 (which cannot be handled by pre-1998 versions of
101 Limit time values stored in output files to values that are the same
102 whether they're taken to be signed or unsigned.
103 You can use this option to generate SVVS-compatible files.
109 when checking year types (see below).
112 Input lines are made up of fields.
113 Fields are separated from one another by any number of white space characters.
114 Leading and trailing white space on input lines is ignored.
115 An unquoted sharp character (#) in the input introduces a comment which extends
116 to the end of the line the sharp character appears on.
117 White space characters and sharp characters may be enclosed in double quotes
118 (") if they're to be used as part of a field.
119 Any line that is blank (after comment stripping) is ignored.
120 Non-blank lines are expected to be of one of three types:
121 rule lines, zone lines, and link lines.
123 A rule line has the form:
124 .Dl "Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
126 .Dl "Rule US 1967 1973 \- Apr lastSun 2:00 1:00 D"
128 The fields that make up a rule line are:
129 .Bl -tag -width "LETTER/S" -offset indent
131 Give the (arbitrary) name of the set of rules this rule is part of.
133 Give the first year in which the rule applies.
134 Any integer year can be supplied; the Gregorian calendar is assumed.
137 (or an abbreviation) means the minimum year representable as an integer.
140 (or an abbreviation) means the maximum year representable as an integer.
141 Rules can describe times that are not representable as time values,
142 with the unrepresentable times ignored; this allows rules to be portable
143 among hosts with differing time value types.
145 Give the final year in which the rule applies.
154 may be used to repeat the value of the
158 Give the type of year in which the rule applies.
163 then the rule applies in all years between
170 is something else, then
173 .Li yearistype Ar year Ar type
174 to check the type of a year:
175 an exit status of zero is taken to mean that the year is of the given type;
176 an exit status of one is taken to mean that the year is not of the given type.
178 Name the month in which the rule takes effect.
179 Month names may be abbreviated.
181 Give the day on which the rule takes effect.
182 Recognized forms include:
184 .Bl -tag -width lastSun -compact -offset indent
186 the fifth of the month
188 the last Sunday in the month
190 the last Monday in the month
192 first Sunday on or after the eighth
194 last Sunday on or before the 25th
197 Names of days of the week may be abbreviated or spelled out in full.
198 Note that there must be no spaces within the
202 Give the time of day at which the rule takes effect.
203 Recognized forms include:
205 .Bl -tag -width "\&1:28:14" -offset indent -compact
209 time in hours and minutes
211 24-hour format time (for times after noon)
213 time in hours, minutes, and seconds
218 where hour 0 is midnight at the start of the day,
219 and hour 24 is midnight at the end of the day.
220 Any of these forms may be followed by the letter
222 if the given time is local
226 if the given time is local
234 if the given time is universal time;
235 in the absence of an indicator,
236 wall clock time is assumed.
238 Give the amount of time to be added to local standard time when the rule is in
240 This field has the same format as the
243 (although, of course, the
247 suffixes are not used).
259 of time zone abbreviations to be used when this rule is in effect.
262 the variable part is null.
265 A zone line has the form:
266 .Dl "Zone NAME GMTOFF RULES/SAVE FORMAT [UNTILYEAR [MONTH [DAY [TIME]]]]"
268 .Dl "Zone Australia/Adelaide 9:30 Aus CST 1971 Oct 31 2:00"
269 The fields that make up a zone line are:
270 .Bl -tag -width indent
272 The name of the time zone.
273 This is the name used in creating the time conversion information file for the
276 The amount of time to add to UTC to get standard time in this zone.
277 This field has the same format as the
281 fields of rule lines;
282 begin the field with a minus sign if time must be subtracted from UTC.
284 The name of the rule(s) that apply in the time zone or,
285 alternately, an amount of time to add to local standard time.
288 then standard time always applies in the time zone.
290 The format for time zone abbreviations in this time zone.
291 The pair of characters
293 is used to show where the
295 of the time zone abbreviation goes.
298 separates standard and daylight abbreviations.
299 .It UNTILYEAR [MONTH [DAY [TIME]]]
300 The time at which the UTC offset or the rule(s) change for a location.
301 It is specified as a year, a month, a day, and a time of day.
302 If this is specified,
303 the time zone information is generated from the given UTC offset
304 and rule change until the time specified.
305 The month, day, and time of day have the same format as the IN, ON, and AT
306 fields of a rule; trailing fields can be omitted, and default to the
307 earliest possible value for the missing fields.
309 The next line must be a
311 line; this has the same form as a zone line except that the
314 and the name are omitted, as the continuation line will
315 place information starting at the time specified as the
317 information in the previous line in the file used by the previous line.
318 Continuation lines may contain
320 information, just as zone lines do, indicating that the next line is a further
324 A link line has the form
325 .Dl "Link LINK-FROM LINK-TO"
327 .Dl "Link Europe/Istanbul Asia/Istanbul"
330 field should appear as the
332 field in some zone line;
335 field is used as an alternate name for that zone.
337 Except for continuation lines,
338 lines may appear in any order in the input.
340 Lines in the file that describes leap seconds have the following form:
341 .Dl "Leap YEAR MONTH DAY HH:MM:SS CORR R/S"
343 .Dl "Leap 1974 Dec 31 23:59:60 + S"
350 fields tell when the leap second happened.
356 if a second was added
359 if a second was skipped.
360 .\" There's no need to document the following, since it's impossible for more
361 .\" than one leap second to be inserted or deleted at a time.
362 .\" The C Standard is in error in suggesting the possibility.
363 .\" See Terry J Quinn, The BIPM and the accurate measure of time,
364 .\" Proc IEEE 79, 7 (July 1991), 894-905.
367 .\" if two seconds were added
370 .\" if two seconds were skipped.
374 should be (an abbreviation of)
376 if the leap second time given by the other fields should be interpreted as UTC
380 if the leap second time given by the other fields should be interpreted as
381 local wall clock time.
382 .Sh "EXTENDED EXAMPLE"
383 Here is an extended example of
385 input, intended to illustrate many of its features.
387 # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
388 Rule Swiss 1940 only - Nov 2 0:00 1:00 S
389 Rule Swiss 1940 only - Dec 31 0:00 0 -
390 Rule Swiss 1941 1942 - May Sun>=1 2:00 1:00 S
391 Rule Swiss 1941 1942 - Oct Sun>=1 0:00 0
393 Rule EU 1977 1980 - Apr Sun>=1 1:00u 1:00 S
394 Rule EU 1977 only - Sep lastSun 1:00u 0 -
395 Rule EU 1978 only - Oct 1 1:00u 0 -
396 Rule EU 1979 1995 - Sep lastSun 1:00u 0 -
397 Rule EU 1981 max - Mar lastSun 1:00u 1:00 S
398 Rule EU 1996 max - Oct lastSun 1:00u 0 -
400 # Zone NAME GMTOFF RULES FORMAT UNTIL
401 Zone Europe/Zurich 0:34:08 - LMT 1848 Sep 12
402 0:29:44 - BMT 1894 Jun
403 1:00 Swiss CE%sT 1981
406 Link Europe/Zurich Switzerland
409 In this example, the zone is named Europe/Zurich but it has an alias
411 Zurich was 34 minutes and 8 seconds west of GMT until
412 1848-09-12 at 00:00, when the offset changed to 29 minutes and 44
414 After 1894-06-01 at 00:00 Swiss daylight saving rules (defined
415 with lines beginning with
417 apply, and the GMT offset became one hour.
418 From 1981 to the present, EU daylight saving rules have
419 applied, and the UTC offset has remained at one hour.
421 In 1940, daylight saving time applied from November 2 at 00:00 to
422 December 31 at 00:00.
423 In 1941 and 1942, daylight saving time applied
424 from the first Sunday in May at 02:00 to the first Sunday in October
426 The pre-1981 EU daylight-saving rules have no effect
427 here, but are included for completeness.
429 saving has begun on the last Sunday in March at 01:00 UTC.
430 Until 1995 it ended the last Sunday in September at 01:00 UTC,
431 but this changed to the last Sunday in October starting in 1996.
438 were initially used, respectively.
440 Swiss rules and later EU rules were applied, the display name for the
441 timezone has been CET for standard time and CEST for daylight saving
444 For areas with more than two types of local time,
445 you may need to use local standard time in the
447 field of the earliest transition time's rule to ensure that
448 the earliest transition time recorded in the compiled file is correct.
451 for a particular zone,
452 a clock advance caused by the start of daylight saving
453 coincides with and is equal to
454 a clock retreat caused by a change in UTC offset,
456 produces a single transition to daylight saving at the new UTC offset
457 (without any change in wall clock time).
458 To get separate transitions
459 use multiple zone continuation lines
460 specifying transition instants using universal time.
462 .Bl -tag -width ".Pa /usr/share/zoneinfo" -compact
463 .It Pa /usr/share/zoneinfo
464 standard directory used for created files