Re: TIME TO GMT and Summer time
Re: TIME TO GMT and Summer time
- Subject: Re: TIME TO GMT and Summer time
- From: Ron Hunsinger <email@hidden>
- Date: Sun, 10 Jul 2011 17:48:50 -0700
On Jul 10, 2011, at 5:22 PM, Ron Hunsinger wrote:
> No need to build or examine the timezone name. Just get the timezone numerically, then translate from base 60 to decimal:
>
> set tz to do shell script "date +%z"
> set tz to (tz - 40 * (text 1 thru -3 of tz)) * 60
My mistake. That just re-calculates TIME TO GM. Sorry for the waste of bandwidth. _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden