mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-09-22 13:01:05 +03:00
- move chrono implementation details out of the public Clock header - define Sys system time as Unix epoch milliseconds - add getUnixTimestamp() for epoch timestamps in seconds - replace chrono wall-clock usage in ecode plugins with Sys APIs - update existing Sys time callers for the new millisecond contract - remove redundant chrono inclusion from HTTP tests - remove the completed user-defined snippets plan This prevents chrono and std::format internals from being instantiated across large portions of the project while preserving timestamp precision.