After having a look at the code it seems there is nothing left to do. Extbase already maps a date correctly to a DateTime object. It is done by using date() on the timestamp and letting the DateTime constructor parse the result. This way the timezone is set too. Christian.