diff options
author | Karl Williamson <khw@cpan.org> | 2020-12-16 13:19:02 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-12-21 15:20:59 -0700 |
commit | e5211ca5a0e1bd8b736cc82b3525ca4939fea0eb (patch) | |
tree | f26b777a5e217cf539e52564be0c7caac99cdcff /util.c | |
parent | c14d22c6ba595cc12df22f1e7258f39aa1a6a8ef (diff) | |
download | perl-e5211ca5a0e1bd8b736cc82b3525ca4939fea0eb.tar.gz |
perlapi: Note that my_strftime's result is localized
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 */ |