A NetBSD user discovered that the descriptions of the %x and %X format specifiers are swapped. --jtc Index: newstrftime.3 =================================================================== RCS file: /home/cvsroot/tz/tzcode/newstrftime.3,v retrieving revision 1.1.1.1 diff -c -r1.1.1.1 newstrftime.3 *** newstrftime.3 1996/01/15 21:48:02 1.1.1.1 --- newstrftime.3 1996/02/29 15:04:55 *************** *** 192,201 **** as a decimal number (0-6). .TP %X ! is replaced by the locale's appropriate date representation. .TP %x ! is replaced by the locale's appropriate time representation. .TP %Y is replaced by the year with century as a decimal number. --- 192,201 ---- as a decimal number (0-6). .TP %X ! is replaced by the locale's appropriate time representation. .TP %x ! is replaced by the locale's appropriate date representation. .TP %Y is replaced by the year with century as a decimal number.