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

Timepoint._get_dump_format() broken #197

Open
MetRonnie opened this issue Nov 15, 2021 · 0 comments
Open

Timepoint._get_dump_format() broken #197

MetRonnie opened this issue Nov 15, 2021 · 0 comments
Labels
Milestone

Comments

@MetRonnie
Copy link
Contributor

MetRonnie commented Nov 15, 2021

Instead of CCYY, it uses the year itself

>>> timepoint = TimePoint(year=2010, month_of_year=3, hour_of_day=10, time_zone_hour=-3)
>>> timepoint._get_dump_format()
'2010-MM-DDThh:mm:ss+hh:mm'

This might not be currently affecting anything if _get_dump_format() is only used for dumping/stringifying TimePoints, as the year would replace CCYY anyway.

@MetRonnie MetRonnie added the bug label Nov 15, 2021
@MetRonnie MetRonnie added this to the back-burner milestone Nov 15, 2021
@MetRonnie MetRonnie modified the milestones: back-burner, 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, 3.x Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants