Timezone of timestamp retrieved with XPATH 2.0?

Viewed 20

i am using the followin expression to retrieve a formatted current timstamp:

<xsl:value-of select="format-dateTime(current-dateTime(), '[Y0001]-[M01]-[D01]T[H01]:[m01]:[s01]')"/>

Generally it is working, just wondering if UTC timezone is returned? What I need though is CET. Is there any possbility to have CET instead of UTC returned? If so, how is this accomplished?

Thank you for your advice!

0 Answers
Related