Get local timezone using Java/HTML
Has anyone used Java or HTML to get the timezone of the user's local PC?
None of our users have Timezone set in their Personalizations.
I have looked at using CreateJavaObject with Intl.DateTimeFormat but have not gotten very far.
We want to use the local Time Zone to convert the system time, using TimeToTimeZone(%Time, %ServerTimeZone, &c_timezone) function.
Thanks!