How to get the user's timezone in the appscript for Gmail add-on. I don't want the script's timezone but user's. I just need to display some history. So if I can convert UTC to user's timezone in client-side, it is also fine.
Session.getScriptTimeZone()
gives the script's timezone, not the user's.
Is there a way to get the timezone of the user or show the time according to the user's computer timezone?