mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-20 00:10:39 +00:00
* zdump.8, NEWS: Mention that tm_isdst might not be 0 or 1.
This commit is contained in:
3
NEWS
3
NEWS
@ -44,7 +44,8 @@ Unreleased, experimental changes
|
||||
|
||||
Changes affecting documentation and commentary
|
||||
|
||||
zdump's gmtoff=N output is now documented.
|
||||
zdump's gmtoff=N output is now documented, and its isdst=D output
|
||||
is now documented to possibly output D values other than 0 or 1.
|
||||
|
||||
zdump -c's treatment of years is now documented to use the
|
||||
Gregorian calendar and Universal Time without leap seconds,
|
||||
|
||||
4
zdump.8
4
zdump.8
@ -35,7 +35,9 @@ 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.
|
||||
is positive, zero, or negative depending on whether
|
||||
the given time is daylight saving time, standard time,
|
||||
or an unknown time type, respectively.
|
||||
Each line is also followed by
|
||||
.BI gmtoff= N
|
||||
if the given local time is known to be
|
||||
|
||||
Reference in New Issue
Block a user