[TYPO3-dev] process_datamap() & timestamp

Peter Niederlag typo3-list at niekom.de
Wed Nov 23 14:38:44 CET 2011


Hello,

Am 23.11.2011 13:58, schrieb Jan Kornblum:
> Hi Bernd,
[...]
> Yes, thats what i've already thought about. But where can this
> converting take place?

date and datetime will be processed inside checkValue_input_Eval (and
stored in UTC?):

      case 'date':
      case 'datetime':
          $value = intval($value);
          if ($value > 0 && !$this->dontProcessTransformations) {
                 $value -= date('Z', $value);
          }

Greets and hth,
Peter
-- 
Peter Niederlag
http://www.niekom.de * TYPO3 & EDV Dienstleistungen *



More information about the TYPO3-dev mailing list