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

Docs/manual.texi:
  fix example where %x produced x, not a year
This commit is contained in:
unknown 2002-02-05 15:57:38 -06:00
parent 0d4a628348
commit 043c5af812

View file

@ -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()