From: Date: April 7 2006 2:29am Subject: svn commit - mysqldoc@docsrva: r1748 - trunk/refman-5.1 List-Archive: http://lists.mysql.com/commits/4586 Message-Id: <200604070029.k370TAxG007916@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: jstephens Date: 2006-04-07 02:29:09 +0200 (Fri, 07 Apr 2006) New Revision: 1748 Log: Amending changes made in rev 1714 to make it clear that the use of UT when displaying some event timings is -not- expected behaviour and is subject to change. (PeterG, Bug #16420) Modified: trunk/refman-5.1/events.xml trunk/refman-5.1/information-schema.xml trunk/refman-5.1/sql-syntax.xml Modified: trunk/refman-5.1/events.xml =================================================================== --- trunk/refman-5.1/events.xml 2006-04-06 19:42:32 UTC (rev 1747) +++ trunk/refman-5.1/events.xml 2006-04-07 00:29:09 UTC (rev 1748) @@ -627,10 +627,12 @@ STARTS or ENDS is given as a datetime value, it is taken to mean local time on the server. However, the values for both of these are - reported using Universal Time in the + currently reported using Universal Time in the INFORMATION_SCHEMA.EVENTS and mysql.event tables, as well as in the - output from SHOW EVENTS. For additional + output from SHOW EVENTS. This is not + intended behaviour and your application should not rely on + it, as it is subject to change (Bug #16420). For additional information, see . Modified: trunk/refman-5.1/information-schema.xml =================================================================== --- trunk/refman-5.1/information-schema.xml 2006-04-06 19:42:32 UTC (rev 1747) +++ trunk/refman-5.1/information-schema.xml 2006-04-07 00:29:09 UTC (rev 1748) @@ -4018,9 +4018,9 @@ Important: The times displayed by the STARTS, ENDS, and - LAST_EXECUTED columns are always given in terms - of Universal Time (GMT or UTC), regardless of the the server's - time zone setting. (The same is true for the + LAST_EXECUTED columns are currently given in + terms of Universal Time (GMT or UTC), regardless of the the + server's time zone setting. (The same is true for the starts, ends, and last_executed columns of the mysql.event table and the @@ -4047,6 +4047,12 @@ Universal Time yields 10:41:23, and it is this value that is shown for STARTS. + + + This use of Universal Time should not be relied upon in + applications, as it is expected to change to server local time in + an upcoming MySQL release. (Bug #16420) + See also . Modified: trunk/refman-5.1/sql-syntax.xml =================================================================== --- trunk/refman-5.1/sql-syntax.xml 2006-04-06 19:42:32 UTC (rev 1747) +++ trunk/refman-5.1/sql-syntax.xml 2006-04-07 00:29:09 UTC (rev 1748) @@ -17208,8 +17208,10 @@ Note: The values displayed for Starts and Ends (other than '0000-00-00 00:00:00') are - always shown using Universal Time. For more information (and - an example), see . + currently shown using Universal Time. However, the + use of Universal Time in this context is expected to change, + so you should not rely upon it in your + applications (Bug #16420). See also .