Hello, I would like to know how to get the timezone assoicated with the system date. Currenlty, when I process records in DataServices, I put a timestamp in the record by using the system variable SYSDATE(). How can I get the timezone associated with this time (Example: -05:00 or -06:00...)? I also like to store the time zone with the record.
Thanks.