mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-23 12:33:36 +00:00
revert x to "%m/%d/%y"
SCCS-file: strftime.c SCCS-SID: 7.8
This commit is contained in:
committed by
Paul Eggert
parent
54f5c96b00
commit
3d6931c05c
@ -126,9 +126,12 @@ label:
|
||||
** standard calls for "date, using locale's
|
||||
** date format," anything goes. Using just
|
||||
** numbers (as here) makes Quakers happier.
|
||||
** This is the ISO standard date format.
|
||||
** Word from Paul Eggert (eggert@twinsun.com)
|
||||
** is that %Y-%m-%d "is the ISO standard date
|
||||
** format."
|
||||
** (ado, 5/29/93)
|
||||
*/
|
||||
pt = _fmt("%Y-%m-%d", t, pt, ptlim);
|
||||
pt = _fmt("%m/%d/%y", t, pt, ptlim);
|
||||
continue;
|
||||
case 'd':
|
||||
pt = _conv(t->tm_mday, "%02d", pt, ptlim);
|
||||
|
||||
Reference in New Issue
Block a user