Re: Numbers Daylight Savings Bug Still Active?
Re: Numbers Daylight Savings Bug Still Active?
- Subject: Re: Numbers Daylight Savings Bug Still Active?
- From: Shane Stanley <email@hidden>
- Date: Tue, 14 Feb 2017 14:33:19 +1100
On 7 Feb 2017, at 10:47 pm, Shane Stanley <email@hidden> wrote:
set correctedValue to cellValue + (tz's daylightSavingTimeOffsetForDate:((current date) - (tz's daylightSavingTimeOffsetForDate:cellValue)))
So somehow the parentheses got misplaced. That should be:
set cellValueCorrected to cellValue + (tz's daylightSavingTimeOffsetForDate:(current date)) - (tz's daylightSavingTimeOffsetForDate:cellValue)
|
_______________________________________________
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