[#absl-FixedTimeZone] = xref:absl.adoc[absl]::FixedTimeZone :relfileprefix: ../ :mrdocs: Returns a TimeZone that is a fixed offset (seconds east) from UTC. Note: If the absolute value of the offset is greater than 24 hours you'll get UTC (i.e., no offset) instead. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/TimeZone.adoc[TimeZone] FixedTimeZone(int seconds); ---- == Return Value A time zone with the given fixed offset. == Parameters [cols="1,4"] |=== | Name| Description | *seconds* | The fixed offset east of UTC, in seconds. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#