On 9/7/22 16:47, Bob Sneidar via use-livecode wrote:
It's the, "America/Los_Angeles" bit I am trying to find a way to grok. How can
I extract that in LC? Isn't there some kind of function that will return the current
system's time zone?
linux:
put the last word of shell("date")
osx:
put word -2 of shell("date")
Windows (possibly one of these)
NOTE: empirically these return different values. ymmv:
tzutil /g
systeminfo | findstr /C:”Time Zone”
--
Mark Wieder
[email protected]
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode