diff options
Diffstat (limited to 'ext/POSIX/POSIX.pod')
-rw-r--r-- | ext/POSIX/POSIX.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/POSIX/POSIX.pod b/ext/POSIX/POSIX.pod index 6ad74b74b9..75d4d1d2a6 100644 --- a/ext/POSIX/POSIX.pod +++ b/ext/POSIX/POSIX.pod @@ -1023,7 +1023,7 @@ about these and the other arguments. If you want your code to be portable, your format (C<fmt>) argument should use only the conversion specifiers defined by the ANSI C standard. These are C<aAbBcdHIjmMpSUwWxXyYZ%>. -The given arguments are made consistent +On platforms that need it, the given arguments are made consistent by calling C<mktime()> before calling your system's C<strftime()> function. The string for Tuesday, December 12, 1995. |