Dave Pugh wrote:
>
> Has this caught anyone else's attention?
>
> >From the Y2k section (1.6) of the MySQL manual at
> http://www.tcx.se/Manual_chapter/manual_Introduction.html#Year_2000_compliance
>
> They inserted this line:
> INSERT INTO y2k VALUES ("1999-01-01","1999-01-01 00:00:00",19990101000000);
>
> And the select produced this line:
> | 1999-01-01 | 1999-01-01 00:00:00 | 19981231000000 |
> ^^^^^^^^^^^^^^
>
> Notice that the timestamp (last field) entered differs by one day from
> what came out of the select?
>
That must be a typo in the manual. 3.22.20a returns the entered data.
jim...