summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-12-21 09:55:31 -0700
committerKarl Williamson <khw@cpan.org>2023-01-05 19:57:29 -0700
commit1ca92b53db85c94833f69d01aea3601ab2252337 (patch)
tree73097540a85ed8f103026a7b92cd148c10303ba5 /util.c
parent25a36e71fc493a6139ad72fbee25617b129969f1 (diff)
downloadperl-1ca92b53db85c94833f69d01aea3601ab2252337.tar.gz
perlapi,POSIX.pod: Note problematic behavior with strftime()
Mojibake currently can happen without taking care
Diffstat (limited to 'util.c')
-rw-r--r--util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/util.c b/util.c
index 27fd6158f9..308b8f5d3c 100644
--- a/util.c
+++ b/util.c
@@ -4088,7 +4088,8 @@ Note that yday and wday effectively are ignored by these functions, as
mini_mktime() overwrites them
Also note that they are always executed in the underlying locale of the program,
-giving localized results.
+giving localized results. Mojibake can result on some platforms if LC_CTYPE
+and LC_TIME are not the same locale.
=cut
*/