]> git.ipfire.org Git - thirdparty/squid.git/commit
Refactor portions of getCurrentTime() to use std::chrono (#1755)
authorAmos Jeffries <yadij@users.noreply.github.com>
Tue, 26 Mar 2024 20:17:04 +0000 (20:17 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 27 Mar 2024 16:19:49 +0000 (16:19 +0000)
commit3d0d2c1a6ba0efb2789710635a7d9f692e49b3b0
tree0a301295eedc13f463a3a9a9ed015cc27a5e40f8
parent01be15327511b5192cd728f5ee798e2e27b2fba5
Refactor portions of getCurrentTime() to use std::chrono (#1755)

POSIX.1-2008 marks gettimeofday() as obsolete.
src/time/gadgets.cc