Bug #63685 | MySQL does not recognize timezone offset UTC +14:00 | ||
---|---|---|---|
Submitted: | 8 Dec 2011 21:38 | Modified: | 9 Dec 2011 4:58 |
Reporter: | J DR | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Options | Severity: | S3 (Non-critical) |
Version: | 5.5.19 | OS: | Any (Mac OS X, Vista 32-bit Home Premium) |
Assigned to: | CPU Architecture: | Any | |
Tags: | line islands, OFFSET, timezone, UTC |
[8 Dec 2011 21:38]
J DR
[9 Dec 2011 4:58]
Valeriy Kravchuk
Thank you for the problem report. Verified on Mac OS X also: mysql> SET time_zone = '+14:00'; ERROR 1298 (HY000): Unknown or incorrect time zone: '+14:00' mysql> SET time_zone = '+13:00'; Query OK, 0 rows affected (0.01 sec)
[3 Oct 2013 5:26]
Salman Ali
Same thing happening on Ubuntu 12.04 LTS. Is there anyone who sorted this out on Ubuntu or any other Linux distro?
[5 Jan 2017 14:54]
Michael Devery
No update on this? It's still a problem for me on 5.6.29 SELECT DATE(CONVERT_TZ(NOW(),'+00:00', '+14:00')); returns null