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