[MDEV-5133] Test suite tests *_func_view fail in time zones East of UTC+3 Created: 2013-10-14 Updated: 2013-10-23 Resolved: 2013-10-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.33a |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Duncan Roe | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Slackware Linux 14.0 + kernel 3.10.4 32-bit i386 |
||
| Attachments: |
|
| Description |
|
Tests innodb_func_view, memory_func_view and myisam_func_view all fail on the timestamp of 1970-01-01 03:00:01. This timestamp is expressed in local time but stored in UTC time. In countries like Australia (UTC+10:00), this tmestamp falls before the Epoch and so is rejected. |
| Comments |
| Comment by Oleksandr Byelkin [ 2013-10-21 ] |
|
Why not 14:00 to pass everywhere? |
| Comment by Duncan Roe [ 2013-10-22 ] |
|
OK you got it |
| Comment by Oleksandr Byelkin [ 2013-10-22 ] |
|
Thank you a lot! (I was going to do it just wanted to know if there is something special about 13 hour which I could not see, so you made my work way more simple) |