[#absl-Time-2constructor-0b] = xref:absl.adoc[absl]::xref:absl/Time.adoc[Time]::Time :relfileprefix: ../../ :mrdocs: Constructors == Synopses Declared in `<absl/time/time.h>` Constructs a `Time` representing the Unix epoch. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/Time/2constructor-02.adoc[Time]() = default; ---- [.small]#xref:absl/Time/2constructor-02.adoc[_» more..._]# Constructs a copy of another time. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/Time/2constructor-08.adoc[Time](xref:absl/Time.adoc[Time] const& t) = default; ---- [.small]#xref:absl/Time/2constructor-08.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *t* | The time to copy. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#