TZ_OFFSET equivalent in xslt?
in Integration
Summary:
is there an xslt function equivalent to the sql function TZ_OFFSET
Content (required):
I'm extremely new to OIC and xsl...I need to find a way to get the timezone offset value in OIC.
In the Oracle DB SQL world, there is a function TZ_OFFSET that takes in a time_zone_name and returns the offset for you...for example select tz_offset('America/Chicago')x from dual would return -05:00, which is the value I am needing.
Is there an equivalent function to this in xsl? I've been trying to sift through the functions listed on
0