Alternate of package.java.util.timezone.gettimezone(), what glide api can be used in global scope
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2022 02:28 AM
Alternate of package call package.java.util.timezone.gettimezone() what glide api can be used in global scope
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2022 07:34 AM
gs.getSession().getTimeZoneName();
Will give you timezone information.
Mark correct and helpful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2022 08:49 PM
doing this will get the timezone info the current session, what to do if we want timezone info by any id like "UTC" or " Asia/kolkata"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2022 09:07 PM
Go to sys_user table you will find field name Time zone there you can get list of Timezones.
Mark correct and helpful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2022 03:29 AM
how this will help in removing this package call