pocoproject / poco

The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
https://pocoproject.org
Other
8.07k stars 2.11k forks source link

enh(File): Linux, macOS: microsecond precision for file times #4422

Closed matejk closed 5 months ago

matejk commented 5 months ago

Creation and modification times of Poco::File times on all *nix platforms have second precision.

This PR adds support of microsecond precision for Linux and macOS platforms.

Improves log rotation PR (#4417)