pelletier / go-toml

Go library for the TOML file format
https://github.com/pelletier/go-toml
Other
1.73k stars 211 forks source link

Decoder: time allows extra precision #710

Closed pelletier closed 2 years ago

pelletier commented 2 years ago

As discussed1, this change allows times to provide precision beyond the nanosecond (nine digits fractional part). Extra precision is truncated according to the TOML specificiation.