Automatic TimeZone Conversion for Summer and Winter Times
Content
Hi All,
I have a requirement to convert UTC Timezone to EET Timezone. The time difference in Summer would be 3 hours where as the difference in winter is 2 hours. Could you kindly confirm how to add the correct time difference while calculating the EET Timezone.
I am using the syntax below for adding the relevant time duration and would like know how to add the correct time difference for summer and winter.
string(fn:adjust-dateTime-to-timezone (xsd:dateTime(/nssrcmpr:schedule/nssrcmpr:startTime),
xsd:dayTimeDuration('PT3H00M')))
Thanks,
Nagesh.
Tagged:
0