Returns the current time, expressed as an absl::Time absolute time value.
absl::Time
Declared in <absl/time/clock.h>
<absl/time/clock.h>
absl::Time Now();
To improve testability, consider injecting an absl::Clock and using absl::Clock::TimeNow() instead.
The current time as an absl::Time value.