View Single Post
Quote:
Originally Posted by mattao
It appears that OS X doesn't map NSDate objects to AppleScript dates.
Yes, or, rather the default coercions don't map back and forth from AppleScript dates, which come to the app as NSDate, and NSCalendarDate, which we use in our object model. We have to add, oh, two lines of code, if we can only figure out which two.

-Tom