Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

Fix DateTime parsing #8

Open
AlekSi opened this issue Mar 1, 2023 · 0 comments
Open

Fix DateTime parsing #8

AlekSi opened this issue Mar 1, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@AlekSi
Copy link
Owner

AlekSi commented Mar 1, 2023

{
  "due": "2018-08-05T21:00:00Z",
  "has_due_time": "0"
}

That actually means August 6, not August 5. Time can't be just™ ignored when has_due_time is zero. Instead, it should be interpreted in user's time zone (UTC+3 in that case).

@AlekSi AlekSi added the bug Something isn't working label Mar 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant