Bug #17105
closedwrong time evaluation on days with daylight saving time changes
0%
Description
If I try to enter date/time values like 15:00 25-3-2007 or 15:00 28-10-2007, the time will be adjusted one hour ahead or back, as soon I switch the focus to another entry field.
1. Case: 15:00 25-3-2007 -> 16:00 25-3-2007
2. Case: 15:00 28-10-2007 -> 14:00 28-10-2007
This happens only on those special days. I can reproduce it both on my local Windows installation and on the Linux server of my provider. It happens with TYPO3 4.0.5 and 4.1 (I guess with older versions too)
Workaround: manually adjust the time before entering. In the first case simply enter 14:00 which will be "adjusted" to the desired 15:00.
I can find similar bug reports here, i.e. problems with different time zones for client/server, which should be fixed already, but no one reported a special daylight saving time change issue.
(issue imported from #M5183)