Hi Peter,
> date and datetime will be processed inside checkValue_input_Eval (and
> stored in UTC?):
Thanks for the hint! I will have a look at this...
> case 'date':
> case 'datetime':
> $value = intval($value);
> if ($value > 0 && !$this->dontProcessTransformations) {
> $value -= date('Z', $value);
> }
Regards, Jan