Actions
Bug #106575
closed1970-01-01 in tt_content.date field after EXT:introduction import
Start date:
2025-04-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
14
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
With folloing timezone with an offset:
$GLOBALS['TYPO3_CONF_VARS']['SYS']['phpTimeZone'] = 'Europe/Berlin';
EXT:introduction will import tt_content.date fields with value 0 as -3600 because format=date is normalized and 1970-01-01 is -3600 for german timezones.
Updated by Gerrit Code Review 2 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/89130
Updated by Benjamin Franzke 2 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d7ddf7c6d85e6d8448aee7d8bd5d0f7915c249c1.
Actions