Re: time to gmt
Re: time to gmt
- Subject: Re: time to gmt
- From: Michelle Steiner <email@hidden>
- Date: Wed, 14 Mar 2007 18:10:49 -0700
On Mar 14, 2007, at 5:42 PM, tom wible wrote:
i've got dates in gmt, that i'd like to display as local time: no
problem, just add:
set datetime to datetime + (time to GMT) -- tvpi is utc; set to
local
works great...if the date in question is in the current dst status.
but if the date is say "01jan07 10:00amGMT" which is ("01jan07
05:00amEST") but if i convert it now, i get "01jan07 06:00amEDT"
is there a majick applescript incantation(tm;-) get the time to GMT
for the specific date?
You're in an area where daylight time is in effect, so if the date
you're converting is not during daylight time, you'll be an hour
off. Likewise, during a period when daylight time is not in effect,
and you convert a date/time that's in DST, you'll be an hour off the
other way.
Those of us in Hawaii or Arizona don't have to worry about that
problem. <g>
-- Michelle
--
My choice early in life was either to be a piano-player in a
whorehouse or a politician. And to tell the truth, there's hardly
any difference.
-- Harry S. Truman (circa 1962)
_______________________________________________
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
References: | |
| >time to gmt (From: tom wible <email@hidden>) |