diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2024-02-13 18:30:52 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2024-02-13 18:30:52 +0000 |
| commit | 378c74faf328dd07970e24ddaa2858531ff6cd08 (patch) | |
| tree | c116ff274e76c285cb3af257a16a3232793e78ac /date.1.txt | |
| parent | d5228e8957c2b6a9cbb2a73947640ce3c70097e8 (diff) | |
Diffstat (limited to 'date.1.txt')
| -rw-r--r-- | date.1.txt | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/date.1.txt b/date.1.txt index f7b28373b278..0a145aec6e1c 100644 --- a/date.1.txt +++ b/date.1.txt @@ -89,20 +89,19 @@ DESCRIPTION Use Universal Time when setting and showing the date and time. -r seconds - Output the date that corresponds to seconds past the epoch of - 1970-01-01 00:00:00 UTC, where seconds should be an integer, - either decimal, octal (leading 0), or hexadecimal (leading 0x), + Output the date that corresponds to seconds past the epoch of + 1970-01-01 00:00:00 UTC, where seconds should be an integer, + either decimal, octal (leading 0), or hexadecimal (leading 0x), preceded by an optional sign. FILES /etc/localtime local timezone file /usr/lib/locale/L/LC_TIME description of time locale L - /usr/share/zoneinfo timezone information directory - /usr/share/zoneinfo/posixrules default DST rules (obsolete, - and can cause bugs if present) + /usr/share/zoneinfo timezone directory + /usr/share/zoneinfo/posixrules default DST rules (obsolete) /usr/share/zoneinfo/GMT for UTC leap seconds - If /usr/share/zoneinfo/GMT is absent, UTC leap seconds are loaded from - /usr/share/zoneinfo/posixrules. + If /usr/share/zoneinfo/GMT is absent, UTC leap seconds are loaded from + /usr/share/zoneinfo/GMT0 if present. Time Zone Database date(1) |
