better-toml
better-toml copied to clipboard
Parser error on Local date
it seem related to this issue: https://github.com/BinaryMuse/toml-node/issues/37
Yeah, I'll just add mine to this. Also not supporting dates with timezone (as encouraged):
I will add mine here as well. It does not support time without the T delimiter.
Same issue, local date doesn't seem to work:
I am developing a Python app, checked the library supported Toml spec and the latest one, there are no differences to the Local time format.