|
|
@@ -30,12 +30,17 @@ the time one day after the lowest possible time value,
|
|
|
the times both one second before and exactly at
|
|
|
each detected time discontinuity,
|
|
|
the time at one day less than the highest possible time value,
|
|
|
-and the time at the highest possible time value,
|
|
|
-Each line ends with
|
|
|
-.B isdst=1
|
|
|
-if the given time is Daylight Saving Time or
|
|
|
-.B isdst=0
|
|
|
-otherwise.
|
|
|
+and the time at the highest possible time value.
|
|
|
+Each line is followed by
|
|
|
+.BI isdst= D
|
|
|
+where
|
|
|
+.I D
|
|
|
+is 1 if the given time is Daylight Saving Time and is 0 otherwise.
|
|
|
+Each line is also followed by
|
|
|
+.BI gmtoff= N
|
|
|
+if the given local time is known to be
|
|
|
+.I N
|
|
|
+seconds east of Greenwich.
|
|
|
.TP
|
|
|
.B \*-V
|
|
|
Like
|