summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-12-16 13:19:02 -0700
committerKarl Williamson <khw@cpan.org>2020-12-21 15:20:59 -0700
commite5211ca5a0e1bd8b736cc82b3525ca4939fea0eb (patch)
treef26b777a5e217cf539e52564be0c7caac99cdcff /util.c
parentc14d22c6ba595cc12df22f1e7258f39aa1a6a8ef (diff)
downloadperl-e5211ca5a0e1bd8b736cc82b3525ca4939fea0eb.tar.gz
perlapi: Note that my_strftime's result is localized
Diffstat (limited to 'util.c')
-rw-r--r--util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/util.c b/util.c
index 4cd23e8973..e4e194cdb2 100644
--- a/util.c
+++ b/util.c
@@ -4152,6 +4152,9 @@ so that the caller doesn't have to worry about that.
Note that yday and wday effectively are ignored by this function, as
mini_mktime() overwrites them
+Also note that this is always executed in the underlying locale of the program,
+giving localized results.
+
=cut
*/