-
-
Notifications
You must be signed in to change notification settings - Fork 530
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
[enhancement] support ISO8601 offsets #58
Comments
Since this project maintains parity with the TOML spec, it isn't really appropriate to post specification changes here. In fact, this feature should hopefully get merged soon. So I'll leave this issue open for now. It will likely be implemented eventually. |
ah, whoops, didn't realize this was defined in the upstream spec. Kevin Burke On Wed, Aug 13, 2014 at 5:26 PM, Andrew Gallant [email protected]
|
Closing this issue in favor of #96. |
For example, if I type
date --iso-8601=seconds
using the GNU date program, I get the outputIt would be nice if this was parsed properly into a Time object, instead the code generates:
Here's the relevant piece of code:
The text was updated successfully, but these errors were encountered: