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 .withInternetDateTimeExtended options in ISO8601DateTimeFormatter #293

Closed
malcommac opened this issue Oct 8, 2016 · 4 comments
Closed
Assignees
Milestone

Comments

@malcommac
Copy link
Owner

We should able to parse datetime with milliseconds like this:

2016-08-05T18:20:24.388Z

Maybe a . withInternetDateTimeExtended options.
It should use this kind of format: yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ

@malcommac malcommac added this to the 4.0.5 milestone Oct 8, 2016
@malcommac malcommac self-assigned this Oct 8, 2016
@carmelogallo
Copy link

Sounds good!

@suprie
Copy link
Contributor

suprie commented Oct 10, 2016

Sound good!

@malcommac
Copy link
Owner Author

Added in 5f4a99f.
Will be part of 4.0.5.

malcommac added a commit that referenced this issue Oct 10, 2016
- #284 Fixed a crash with .colloquial() function and # weeks evaluation
- #287 Added Simplified Chinese translation (thanks to @codingrhythm)
- #288 Added Indonesian translation (thanks to @suprie)
- #286 Added French translation (thanks to @pierrolivier)
- #293 Added .withInternetDateTimeExtended as options of ISO8601DateTimeFormatter
- #292 .setDefaultRegion and .defaultRegion are now static func/prop of the Date object
@carmelogallo
Copy link

cool! thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants