Tags: #library #datetime
"Fortunately, a rich date and time library based on chrono has been created by Howard Hinnant"
http://mariusbancila.ro/blog/2016/10/31/a-better-date-and-time-c-library/
"Fortunately, a rich date and time library based on chrono has been created by Howard Hinnant"
http://mariusbancila.ro/blog/2016/10/31/a-better-date-and-time-c-library/
Marius Bancila's Blog
A better date and time C++ library
C++11 added a date and time utility library called chrono, available in namespace std::chrono and header . The problem with it is that the library is a general purpose one and therefo…