Bug #64599 | CONVERT_TZ fails to convert from GMT to system_time_zone | ||
---|---|---|---|
Submitted: | 9 Mar 2012 7:32 | Modified: | 9 Mar 2012 17:36 |
Reporter: | Mark Stafford | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S3 (Non-critical) |
Version: | 5.0.87, 5.6.5 | OS: | Linux |
Assigned to: | CPU Architecture: | Any |
[9 Mar 2012 7:32]
Mark Stafford
[9 Mar 2012 17:36]
Sveta Smirnova
Thank you for the report. This is actually not related to @@system_time_zone: mysql> select convert_tz(utc_timestamp(), 'GMT', 'PST'); +-------------------------------------------+ | convert_tz(utc_timestamp(), 'GMT', 'PST') | +-------------------------------------------+ | NULL | +-------------------------------------------+ 1 row in set (0.00 sec) But I agree warning must be issued, so set to "Verified".
[9 Mar 2012 17:39]
Sveta Smirnova
This looks similar to bug #12445, although in this case timezone tables were loaded.