Commit 21623bff authored by paul@teton.kitebird.com's avatar paul@teton.kitebird.com
Browse files

manual.texi fix example where %x produced x, not a year

parent afd391b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31886,7 +31886,7 @@ those listed in the entry for the @code{DATE_FORMAT()} function:
@example
mysql> select FROM_UNIXTIME(UNIX_TIMESTAMP(),
                            '%Y %D %M %h:%i:%s %x');
        -> '1997 23rd December 03:43:30 x'
        -> '1997 23rd December 03:43:30 1997'
@end example
@findex SEC_TO_TIME()