Which function should I use to retrieve a user's time zone in Groovy?
This topic covers the function to use to get the time zone using Groovy.
You can use def user_time_zone =
oracle.apps.fnd.applcore.common.ApplSessionUtil.getTimeZone()
to retrieve a
user's time zone in Groovy.