Actions
Bug #18977
closedDate/time field problem with timezone shifting when using the "+xx" and "d" syntaxes
Start date:
2008-06-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
if you have a datetime-Field in TCEform and you enter +0 and press Tab it calculates a datetime-value which is Now() - 2 hours
(issue imported from #M8746)
Files
Updated by Steffen Kamper over 16 years ago
i think the problem is, that the eval-script uses UTC for proper calculation for saving.
IMHO there should be a difference for calculating before submitting and calculating with submitting, especially for this date-add-calculation.
Updated by Ernesto Baschny over 16 years ago
That's possible, but probably a pain to program. I have no time this and probably also next week to take a deeper look at this. So feel free to suggest some fix for this bug, I would potentially be available for reviewing.
Updated by Ernesto Baschny almost 16 years ago
Fix was commited to trunk (rev. 4628) and TYPO3-4_2 (rev. 4629).
Actions