[TYPO3-dev] process_datamap() & timestamp

Jan Kornblum jan.kornblum at gmx.de
Wed Nov 23 11:51:28 CET 2011


Hi group,

does "t3lib_TCEmain::process_datamap()" execute any operations on 
timestamp-fields?

I've got the strange behaviour that when the data-array contains a 
timestamp field, this value get decreased for 1 day when updated in 
db...?

Example:

$data['tx_ext_table'][15]['reminder'] = 1321484400;
$tce = t3lib_div::makeInstance('t3lib_TCEmain');
$tce->start($data, null);
$tce->process_datamap();


-> Leads to: '1321480800' being saved into db!?

What could i misunderstand??

Regards and thanks, Jan





More information about the TYPO3-dev mailing list