[#absl-ToTM] = xref:absl.adoc[absl]::ToTM :relfileprefix: ../ :mrdocs: Converts the given `absl::Time` to a struct tm using the given time zone. See ctime(3) for a description of the values of the tm fields. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- tm ToTM( xref:absl/Time.adoc[Time] t, xref:absl/TimeZone.adoc[TimeZone] tz); ---- == Return Value The broken‐down time corresponding to `t` in `tz`. == Parameters [cols="1,4"] |=== | Name| Description | *t* | The time to convert. | *tz* | The time zone to convert in. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#