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

Add support for dates before 1970-01-01, especially for historic dates and times #62

Open
nuest opened this issue May 19, 2022 · 2 comments
Assignees
Labels
size: medium completed within two days temporal Everything related to temporal metadata

Comments

@nuest
Copy link
Collaborator

nuest commented May 19, 2022


TODO: Ask on humanities RSE lists about this - they surely must know!

@nuest nuest added the temporal Everything related to temporal metadata label May 19, 2022
@nuest nuest added this to the Release 1.y.0.0 milestone May 19, 2022
@nuest nuest self-assigned this May 19, 2022
@nuest
Copy link
Collaborator Author

nuest commented Jun 2, 2022

Current thinking: just store date as text string, e.g., 1000-01-02 or 2020. This would also allow to be more flexible with the dates. Then we just return the text and use that in JavaScript.

@nuest
Copy link
Collaborator Author

nuest commented Oct 30, 2024

  • Begin and End as separate fields, for 3.3 both fields are required, Note "begin and end can be the same date"
  • Allow any number or simple date (YYYY-MM-DD), but also partial dates: YYYY, -YYYYYYY, YYYY-MM
  • no changes in the database storage
  • DateRangePicker is removed
  • nothing for validation
  • presentation stays the same (plain numbers)

3.4 stuff > #140

@nuest nuest added the size: medium completed within two days label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: medium completed within two days temporal Everything related to temporal metadata
Projects
Status: Sprint
Development

No branches or pull requests

2 participants