Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong dates for "winter" if year is provided #833

Open
joffreyvillard opened this issue Jul 19, 2019 · 0 comments
Open

Wrong dates for "winter" if year is provided #833

joffreyvillard opened this issue Jul 19, 2019 · 0 comments

Comments

@joffreyvillard
Copy link

Hi,

Depending on how a question is asked, the timeframe identified for winter varies:

  • "in winter":
"value": {
        "from": "2019-12-21 00:00:00 +01:00",
        "kind": "TimeInterval",
        "to": "2020-03-21 00:00:00 +01:00"
}
  • "in winter 2019" (dates in 2020 are removed)
"value": {
        "from": "2019-12-21 00:00:00 +01:00",
        "kind": "TimeInterval",
        "to": "2020-01-01 00:00:00 +01:00"
}

Best,
Joffrey

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants