Posted: Tue Jun 02, 2015 6:46 am Post subject: Handling timezone in graphical mapping
Master
Joined: 08 May 2014 Posts: 274
Hi all,
we are running a message flow that uses a graphical data mapping to convert xml formats. the problem is we are "loosing" timezone information in mappging
xml in
-------
<data>
<dataSinistro>2015-05-25</dataSinistro>
<horaSinistro>01:00:00+01:00 </horaSinistro>
</data>
xml out
---------
<dataOut>
<Sinistro>2015-05-25T01:00:00</Sinistro>
</dataOut>
dataSinistro type is xs:date
horaSinistro type is xs:time
Sinistro type is xs:datetime
The result (Sinistro) must be the concat of both date (dataSinistro) and time (horaSinistro). fn:dateTime should be able to concat date and time and as a result provide a datetime (with time zone)
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum