mayah / tinytoml

A header only C++11 library for parsing TOML
BSD 2-Clause "Simplified" License
167 stars 31 forks source link

Keep timezone information in toml::Time #17

Open mayah opened 7 years ago

mayah commented 7 years ago

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.