Hi all,
I receive DateTime in XML file like this 2009-12-14 05:07:38Z.
So, I thought it was a mistake but after little googling, I find this :
http://www.w3schools.com/Schema/schema_dtypes_date.asp
Time Zones To specify a time zone, you can either enter a time in UTC time by adding a "Z" behind the time - like this:
09:30:10Z
but when I speficy DateTime in a node in my XMLMapper : my datetime is trunc and I just get the date.
Do I need more coffee ?
What is the way to manage this ?
Thanks