From ff22dd7054d2f46d7451cabb1722dcaa04f8a3d6 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 14 Dec 2020 08:51:45 -0700 Subject: POSIX::asctime pod: Note it always returns English And give locale's alternative --- ext/POSIX/lib/POSIX.pod | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/POSIX') diff --git a/ext/POSIX/lib/POSIX.pod b/ext/POSIX/lib/POSIX.pod index e756a51963..a92a20c6d7 100644 --- a/ext/POSIX/lib/POSIX.pod +++ b/ext/POSIX/lib/POSIX.pod @@ -139,6 +139,10 @@ The C<$mon> is zero-based: January equals C<0>. The C<$year> is 1900-based: 2001 equals C<101>. C<$wday> and C<$yday> default to zero (and are usually ignored anyway), and C<$isdst> defaults to -1. +Note the result is always in English. Use C> instead to +get a result suitable for the current locale. That function's C<%c> +format yields the locale's preferred representation. + =item C This is identical to the C function C, returning -- cgit v1.2.1