[#absl-FromUnixSeconds] = xref:absl.adoc[absl]::FromUnixSeconds :relfileprefix: ../ :mrdocs: Creates an `absl::Time` from a count of seconds since the Unix epoch. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/Time.adoc[Time] FromUnixSeconds(int64_t s); ---- == Return Value The corresponding time. == Parameters [cols="1,4"] |=== | Name| Description | *s* | The count of seconds since the Unix epoch. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#