File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -5541,6 +5541,18 @@ printed may not be. Objects of class @code{"POSIXlt"} should have a
55415541@code{"tzone"} attribute. Dates (e.g,@: birthdays) are conventionally
55425542considered independently of time zone.
55435543
5544+ If input of date-times involves words not just numbers (day and month
5545+ names, the am/pm indicator) consider if the local category
5546+ @code{LC_TIME} needs to be set. The am/pm indicator in the C/POSIX
5547+ locale is @code{AM/PM}, but this need not be the case in other English
5548+ locales. Worse, the OS has been known to change this at an update.
5549+ This applies also to testing output.
5550+ @c from "am" to "a.m." in en_GB in macOS 15.4
5551+
5552+ Day and month names (and especially their abbreviations) in non-English
5553+ languages may differ between OSes.
5554+ @c seen in French
5555+
55445556@item
55455557If at all possible avoid any Internet access during package
55465558installation. Installation and use may well be on different
You can’t perform that action at this time.
0 commit comments