my property like this:
<property name="ReadingDateTime"
expression="//ReadingDateTime/text()"
scope="default"
type="STRING"
/>
Result is :1361855692325
which is in epoch format how can i convert in to noraml timezone to send db
my try is like this but its not converting it
<property name="ReadingDateTime"
expression=" current-dateTime()-xs:dateTime('1361855692325'))"
scope="default"
type="STRING"
/>
any body help me pls
<property name="epoch"
expression="get-property(SYSTEM_TIME")
scope="default"
type="STRING"/>
Result:-1361855692325 its superbly giving epoch value but i want change epoch value to timestamp