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

Allow temporary switching to a different calendar #70

Open
benfitzpatrick opened this issue Sep 6, 2016 · 2 comments
Open

Allow temporary switching to a different calendar #70

benfitzpatrick opened this issue Sep 6, 2016 · 2 comments
Milestone

Comments

@benfitzpatrick
Copy link
Contributor

Sometimes it can be useful to compute proleptic Gregorian calculations (e.g. getting unix time from a wallclock time string) at the same time as running within another calendar. It would be nice to be able to temporarily override the calendar setting.

@benfitzpatrick benfitzpatrick added this to the later milestone Sep 6, 2016
@benfitzpatrick benfitzpatrick self-assigned this Sep 6, 2016
@arjclark arjclark modified the milestones: later, some-day Dec 2, 2016
@matthewrmshin
Copy link
Member

I think we need to re-consider the data model. E.g. all time point objects and duration objects that involve months and years should have a calendar property set. The should then allow us to avoid having a singleton calendar that is so problematic.

@MetRonnie
Copy link
Contributor

Note to self: This is not about converting e.g. 360day calendar to Gregorian (which isn't possible as there's no canonical 360day calendar)

@MetRonnie MetRonnie modified the milestones: 3.1.0, 4.0.0 Mar 30, 2022
@oliver-sanders oliver-sanders modified the milestones: 4.0.0, 3.2.0 May 17, 2022
@MetRonnie MetRonnie modified the milestones: 3.2.0, 4.0.0 Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants