Not that I'm familiar with.
I am still trying different things and am trying getprop/setprop.
With getprop I found:[persist.sys.timezone]: America/New_York
I tried to use setprop:
P.Shell("setprop","persist.sys.timezone","America/Chicago")
but got this error message:
Parsing code. 0.02
Compiling code. Error
Error compiling program.
Error description: Cannot cast type: {Type=String,Rank=0} to: {Type=String,Rank=1}
Occurred on line: 56
P.Shell("setprop","persist.sys.timezone","America/Chicago")
Word: persist.sys.timezone
Any suggestions?