tinytoml
tinytoml copied to clipboard
Keep timezone information in toml::Time
In toml version 0.2.0, we don't need to consider timezone. However, now we need to consider timezone when writing toml::Value back to a file.
We need to break backward compatibility to support it. Sigh.