[MDEV-10285] Summer Time Timezone and Timestamps comparison Created: 2016-06-24 Updated: 2021-11-17 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Locale Settings, Time zones |
| Affects Version/s: | 10.0.25, 10.1.14 |
| Fix Version/s: | 10.2 |
| Type: | Bug | Priority: | Minor |
| Reporter: | user578 | Assignee: | Sergei Golubchik |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | DST, summertime, timestamp, timezones | ||
| Environment: |
Ubuntu 16.04 |
||
| Issue Links: |
|
||||||||
| Description |
|
Sometimes when timestamp is close to summer time begin/end point the exact comparison doesn't work. Sorry, I can't explain it well, here is the test case:
When data is inserted:
My system timezone is Europe/Moscow. The daylight saving time ends on October 26, 2014 at 2:00 for this timezone. |
| Comments |
| Comment by Elena Stepanova [ 2016-06-25 ] | ||||||||
|
You can find the explanation why it is happening in the last comment to
You'll see that they are different, with 1 hour difference.
That said, even if I know the reason by now, it still doesn't look quite right to me, and certainly confusing. I'll assign it to serg with the following question: | ||||||||
| Comment by Sergei Golubchik [ 2016-06-26 ] | ||||||||
|
Okay, I tend to agree with that. Let's keep the bug open and fix ti eventually. |