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

Add ISO8601 time printer to "traits time". #100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dram
Copy link
Contributor

@dram dram commented Oct 26, 2016

Add ISO8601 time printer printISO8601String and printISO8601StringGMT to traits time.

I use Dart's DateTime API as a reference while implementing this.

@dram
Copy link
Contributor Author

dram commented Oct 26, 2016

Please do not merge this PR by now, as I find that I do not format years correctly, will investigate it later.

@dram
Copy link
Contributor Author

dram commented Oct 29, 2016

Found that in Python year of a datetime object is restricted to between 1 and 9999, and format of calendar dates with year <1 or >10000 is not quite clear in Wikipedia, so currently I only consider formatting for year >=1 and <=9999.

This PR is ready to be considered to be merged now, of course we can improve it in the future when we get 64-bit time.

@dram
Copy link
Contributor Author

dram commented Oct 29, 2016

Btw, as we can not represent dates that before year 1000 in current Self, so those two methods are not fully tested.

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

Successfully merging this pull request may close these issues.

None yet

1 participant