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

Enhancement for incomplete temporal data #66

Open
MSherif opened this issue Nov 18, 2016 · 1 comment
Open

Enhancement for incomplete temporal data #66

MSherif opened this issue Nov 18, 2016 · 1 comment

Comments

@MSherif
Copy link
Contributor

MSherif commented Nov 18, 2016

I propose to have a pre-processing function to complete the date given a partial date in form of

  • year or
  • year/month.
    For completion of date is done either by
  • toBeginDate converts 2017 to 2017-01-01T09:00:00+00:00, and 2017-05 to 2015-05-00T00:00:00+00:00
  • toEndDate converts 2017 to 2017-12-31T23:59:59+00:00, and 2017-05 to 2017-05-31T23:59:59+00:00
@kvndrsslr kvndrsslr self-assigned this Jul 2, 2020
@kvndrsslr kvndrsslr added this to the Release 2.0 milestone Jul 2, 2020
@kvndrsslr
Copy link
Contributor

This will be considered in the upcoming rewrite

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