Bug #22918
closedRecord time is shown incorrectly in the backend due to DST (-1h)
0%
Description
Backend date field shows incorrect date because the time is not checked for DST. So it displays 1h less than it should.
I create a timestamp in my extension and save it to the database. In the BE, it will then show the date minus 1 hour.
Server config: date.timezone Europe/Zurich
My Computer setting: GMT +01:00
PHP code to create the timestamp: mktime(null, null, null, $month, $day, $year)
(issue imported from #M14768)
Files
Updated by Dmitry Dulepov over 14 years ago
I can't reproduce the issue now. Let's put this on hold and wait if anybody else has the issue.
Updated by Sven Teuber about 14 years ago
Confirmed in 4.3.7 with FF 3.6.10 and IE8.
Updated by Oliver Hader about 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - Is Regression set to No
I could not produce in 6.2, is that still valid on your side?
Updated by Alexander Opitz almost 11 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.