Skip to content

Time: fix clock used for getting current time

tini2p requested to merge timefix into master

Use system-wide wall clock std::chrono::system_clock instead of the monotonically increasing std::steady_clock for getting current time.

Adds helper functions for casting Unix time to hours and minutes.

Merge request reports