Actions
Bug #22918
closedRecord time is shown incorrectly in the backend due to DST (-1h)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-06-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
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
Actions