What inspired this wish list request?
I make several reports that run hourly on a server farm -- they output static reports via HTML files, and one way that I'd like to visually display if the report is stale is to have a short little JavaScript header that checks the creation time vs. the current UTC time (our company has users around the globe), and if older than 2 hours it'll turn the background red.
What is the improvement you would like to see?
I'd like JMP to natively give the UTC offset of the local time-zone. Currently I spin up a short little Python script in the AddinLoad file to determine it, but It'd be nice to have it be native
Why is this idea important?
Having UTC offset can be handy when dealing with users across multiple time-zones.