Bug #35375
wrong timestamp generated
| Status: | Closed | Start date: | 2012-03-29 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Backend API | |||
| Target version: | - | |||
| TYPO3 Version: | 4.4 | Complexity: | ||
| PHP Version: | 5.3 | |||
| Votes: | 0 |
Description
when I select secific date- 4th of july(occures probably with all years, confirmed i.e. by 1985) in datepicker in backend DB object editor, typo saves wrong timestamp into DB. This causes displaying date one day earlier than it should be.My version of typo is 4.4.2
History
Updated by Markus Klein about 1 year ago
Did you check if all the timezone settings are correct.
Server, PHP, mysql, TYPO3
Updated by Jigal van Hemert about 1 year ago
- Status changed from New to Needs Feedback
PHP 5.3 needs a correct time zone setting for all time/date related functions.
In the Install Tool you can set $GLOBALS['TYPO3_CONF_VARS']['phpTimeZone'] to set the right timezone. If setting is empty TYPO3 tries to use a server setting, but this might lead to incorrect results.
Updated by Stefan Galinski 2 months ago
- Status changed from Needs Feedback to Closed
No feedback for more than 90 days...