-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
View Date limited to 1000 days in the past #770
Comments
"If already displaying non-current date on the main screen, date selector should start with that date selected, and not today's date." (#770)
"The date selector should make it impossible to select an unsupported date." (#770)
Thanks for the feedback. I appreciate it. I'm curious about your use case, if you can share more details. The current +-1000 days limitation is arbitrary, but even with technical limitations on the date range, it should be possible to allow selection of +- hundreds of years. e.g. the underlying library, Time4J, allows for dates up to year 3000, but I'm a bit dubious of the accuracy/result. |
My specific use case which led me to this discovery was trying to go back to the year of my birth (1979) to determine the date of Chinese New Year, which is the second new moon after the winter solstice. So, a one-off use case but why not. |
increase capacity of card adapter; from +-2.5 years to +-500 (#770)
Attempts to "View Date" more than 1000 days in the past or in the future are silently ignored.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should be possible to view arbitrary date not limited to -1000..+1000 days from today. If this is really impossible for some valid reason, the date selector should indicate that with some explanation, and make it impossible to select an unsupported date. Also, if already displaying non-current date on the main screen, date selector should start with that date selected, and not today's date.
Version Info:
The text was updated successfully, but these errors were encountered: