Constructors
Declared in <absl/time/time.h>
<absl/time/time.h>
Constructs a Time representing the Unix epoch.
Time
constexpr Time() = default;
Constructs a copy of another time.
constexpr Time(Time const& t) = default;