Closed GoogleCodeExporter closed 8 years ago
You can set the time zone on a date type handler using the property
'timeZoneId'.
Joda based date/time type handlers will not be included in the library, but can
be easily implemented by users.
Original comment by kevin.s...@gmail.com
on 5 Nov 2014 at 2:19
Thank you. I've found out that already. I had to create type handler to set
timeZoneId
<typeHandler class="org.beanio.types.DateTypeHandler" name="UTCTimeHandler">
<property name="timeZoneId" value="UTC"/>
</typeHandler>
Original comment by DmitryKa...@gmail.com
on 5 Nov 2014 at 10:26
Original issue reported on code.google.com by
DmitryKa...@gmail.com
on 24 Oct 2014 at 12:24Attachments: