Actions
Bug #20239
closedCopying Datasets with related data start- and endtime is recalculated
Start date:
2009-03-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Szenery:
I've got a dataset (A) with related data (A.1, A.2 ...) both combined with IRRE. A.1 has got a start- and endtime.
When copying dataset A for creating a new, similar dataset (B), all related data is copied as well (as it should be) but the start- and endtime is recaltulated.
e.g. starttime in A.1 is 1240610400 (which is 25th April 2009 - 00:00). After copying starttime in B.1 is now 7200 less (1240603200 wich is 24th April 2009 - 22:00). This seems to me, that while copying localtime is recalculated to UTC.
This error could be reproduced in 4.3.0 alpha 2, 4.2.6 on local servers and external servers.
(issue imported from #M10782)
Files
Actions