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
 ahsoftw...@gmail.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to