As far as I'm aware, the dateTime converter is employing only the standard conversion methods of the java.util.Date and Calendar classes. One thing that bites a lot of people regarding the day, however, is that the internal date object itself is usually based on the GMT timezone (UTC). Which means that you'll usually have to localize it. This is extra fun ...