Open j1wan opened 8 years ago
Are you sure this is a problem with Pythonista and not a problem with Reminders?
I think it is a problem of Pythonista's reminders module. Because when I tried the same task in Workflow or Fantastical x-callback-url, there were no such problems at all. Also when I create reminder items using Reminders app directly, it works just fine.
@j1wan still encountering this issue these days?
@zrzka Yes, it is still problem. I think it might because Pythonista uses old version of Reminders API.
I live in Seoul, South Korea which corresponds to GMT+9 (Asia/Seoul). Working with the reminders module, I found very strange due date behavior. If I run the following Pythonista 3 script, the second Reminder item falls into Tomorrow, like the following image. Actually, in GMT+9, before 15:00 is classified as today and after 15:00 is classified as tomorrow. And removing the second reminder make Reminders app to crash.
However, in other GMTs, for example in New York of GMT-4, there is no such problem. If I change my iPhone's timezone to New York and run the following script, the date is correct.
I couldn't check all the time zones, but it seems obvious that at least 'Asia/Seoul' timezone has such problems. Can you fix this?