AppleScript名:asoc_OSが使用しているtimezoneを取得する |
use AppleScript version "2.4" use scripting additions use framework "Foundation" set aTZ to current application’s NSTimeZone set sysZone to aTZ’s systemTimeZone() set tzName to sysZone’s |name|() as string –> "Asia/Tokyo" |
More from my site
(Visited 40 times, 1 visits today)