diff options
| author | Philip Paeps <philip@FreeBSD.org> | 2020-12-24 03:19:15 +0000 |
|---|---|---|
| committer | Philip Paeps <philip@FreeBSD.org> | 2020-12-24 03:19:15 +0000 |
| commit | b239e6979546364b8c1beb273230de0b03b667f2 (patch) | |
| tree | 4a14014aca01b04b386a9b685e3a15d1084df3d3 /etcetera | |
| parent | f8bfb27fbdf6a3166b475dffc909a6b96d120357 (diff) | |
Diffstat (limited to 'etcetera')
| -rw-r--r-- | etcetera | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -3,12 +3,11 @@ # This file is in the public domain, so clarified as of # 2009-05-17 by Arthur David Olson. -# These entries are mostly present for historical reasons, so that -# people in areas not otherwise covered by the tz files could "zic -l" -# to a timezone that was right for their area. These days, the -# tz files cover almost all the inhabited world, and the only practical -# need now for the entries that are not on UTC are for ships at sea -# that cannot use POSIX TZ settings. +# These entries are for uses not otherwise covered by the tz database. +# Their main practical use is for platforms like Android that lack +# support for POSIX-style TZ strings. On such platforms these entries +# can be useful if the timezone database is wrong or if a ship or +# aircraft at sea is not in a timezone. # Starting with POSIX 1003.1-2001, the entries below are all # unnecessary as settings for the TZ environment variable. E.g., |
