[#absl-FromUnixNanos] = xref:absl.adoc[absl]::FromUnixNanos :relfileprefix: ../ :mrdocs: Creates an `absl::Time` from a count of nanoseconds since the Unix epoch. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/Time.adoc[Time] FromUnixNanos(int64_t ns); ---- == Description Creates an `absl::Time` from a variety of other representations. See https://unicode‐org.github.io/icu/userguide/datetime/universaltimescale.html == Return Value The corresponding time. == Parameters [cols="1,4"] |=== | Name| Description | *ns* | The count of nanoseconds since the Unix epoch. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#