Project

General

Profile

Bug #2446 ยป strftime__l_doc.patch

documentation fix for strftime %l - mmb (Matthew Boedicker), 12/06/2009 10:08 AM

View differences:

strftime.c (working copy)
"(%%h) should be same as (%%b) %h",
"(%%j) day of the year (001..366) %j",
"(%%k) hour, 24-hour clock, blank pad ( 0..23) %k",
"(%%l) hour, 12-hour clock, blank pad ( 0..12) %l",
"(%%l) hour, 12-hour clock, blank pad ( 1..12) %l",
"(%%m) month (01..12) %m",
"(%%p) locale's AM or PM based on 12-hour clock %p",
"(%%r) time, 12-hour (same as %%I:%%M:%%S %%p) %r",
    (1-1/1)