Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Remove Julian date support#26852
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
#26849 should fix azure, merging over the failure. I am curious about why John added this to begin with (they came in in 2006!). |
John had a background in Perl, and Julian calendar support is pretty complete in it. Also, Julian day is a bit special because it uses the international date line (180 degrees longitude) instead of the prime meridian as its delimiter for days. This helps with grouping international data by common days, which I'd imagine is useful for people in finance, which John was also involved in for his job. |
We maybe could consider ammending the change note to indicate the conversion from our num to Julian days. It's a straightforward offset. |
PR summary
PR checklist