Skip to content

Commit

Permalink
perlapi: Fix strftime inaccuracies, clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed May 6, 2023
1 parent 8809b6f commit 61518e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locale.c
Expand Up @@ -6928,8 +6928,8 @@ so that the caller doesn't have to worry about that.
On failure it returns NULL.
Note that yday and wday effectively are ignored by this function, as
mini_mktime() overwrites them.
Note that yday and wday effectively are ignored by these functions, as
mini_mktime() overwrites them
Also note that it is always executed in the underlying C<LC_TIME> locale of
the program, giving results based on that locale.
Expand Down

0 comments on commit 61518e6

Please sign in to comment.