Closed jrnphd closed 2 years ago
The bug reported in https://github.com/boostorg/date_time/issues/87 is still present in boost version 1.79.0
The fix is trivial:
`--- boost/date_time/posix_time/conversion.hpp +++ boost/date_time/posix_time/conversion.hpp @@ -26,7 +26,7 @@ inline ptime from_time_t(std::time_t t) {
This is fixed by #80 which did not make it into Boost 1.79 - it will be in Boost 1.80
The bug reported in https://github.com/boostorg/date_time/issues/87 is still present in boost version 1.79.0
The fix is trivial:
`--- boost/date_time/posix_time/conversion.hpp +++ boost/date_time/posix_time/conversion.hpp @@ -26,7 +26,7 @@ inline ptime from_time_t(std::time_t t) {