why is getting the modified timestamp for a file in modern C++ std::filesystem so obnoxious. can we get rid of C++
there should not be more than a single function call required to get a unix timestamp. If there is, the language has failed
@ipg std::chrono was obviously invented by someone on chronic
@ipg the function you're looking for is stat(), no?
@ipg the C++ stl feels like someone set out to make the most difficult thing possible and they weren't happy when they were done with it