22 Aug
2014
22 Aug
'14
10:41 p.m.
On Fri, Aug 22, 2014 at 7:10 AM, Bjorn Reese
The filesystem::trivial_clock type is implementation-defined [1]. That means that the epoch is also implementation-defined.
How do we determine the epoch of trivial_clock?
For instance, we may need to represent the last_write_time() timestamp to the end-user, or transfer it to another node when we implement a network file system.
PS: I am looking at the std::filesystem proposal, but I assume that boost::filesystem will be update accordingly.
Yes. I'm working on that right now, and hope to have a beta ready within a month, and ship a final version in 1.57.0. I'm not sure of the answers to your questions until the actual implementation is done. Thanks, --Beman