![]() ![]() | ![]() |
Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
version 1.17, 2006/03/22 00:11:28 | version 1.17.4.1, 2007/08/21 20:08:21 | ||
---|---|---|---|
|
|
||
pt = _fmt("%H:%M", t, pt, ptlim, warnp); | pt = _fmt("%H:%M", t, pt, ptlim, warnp); | ||
continue; | continue; | ||
case 'r': | case 'r': | ||
pt = _fmt("%I:%M:%S %p", t, pt, ptlim, warnp); | pt = _fmt(Locale->t_fmt_ampm, t, pt, ptlim, | ||
warnp); | |||
continue; | continue; | ||
case 'S': | case 'S': | ||
pt = _conv(t->tm_sec, "%02d", pt, ptlim); | pt = _conv(t->tm_sec, "%02d", pt, ptlim); |