-
Notifications
You must be signed in to change notification settings - Fork 13
Always add P in String() method #1
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
Conversation
Ah good catch. I had misread that part of the spec. Could you fix the failing test cases? |
Any chance to be merged soon? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, apologies for the slow review. Would you like to make these changes? If not I'm happy to merge and make them myself.
This is looking really good. Left a couple more comments. |
@astappiev Merged! Thanks for putting this together. :) |
As of now, when I create a duration like
and then calling
String()
returnsT10M
whenPT10M
is expected.