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

Future enhancement add support for multiple calendars (e.g. Julian calendar) #34

Open
mzeinstra opened this issue Feb 16, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@mzeinstra
Copy link
Collaborator

mzeinstra commented Feb 16, 2021

The current implementation is based on the Gregorian calendar. But there are other calendars with slight different structures. It is good to research how we can support those calendars as well. Current Wikidata DateTime also accepts the Julian calendar.

From a historic perspective we might want to present dates as they are presented on historical documents, not translated to how we now would date them.

This is an epic ticket to document possible future development and has no priority at the moment.

Creating additional calendar might help the adoption of EDTF in Wikibase. See https://phabricator.wikimedia.org/T207705

@JeroenDeDauw JeroenDeDauw added the enhancement New feature or request label Mar 13, 2021
@Hefaistos68
Copy link

ISO 8601-2:2019 section 1 specifically states that it "excludes the representation of date elements from non-Gregorian calendars, or times not from the 24-hour clock."

So, any extension to support other calendars would be nice but violating the standard.

@mzeinstra
Copy link
Collaborator Author

Thank you @Hefaistos68 for this documentation. The issue was created due to the availability of different calendars in Wikidata for 'normal' datetime. We understand that that might extending the extended date time format :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants