[#BloombergLP-bdlt-TimeTz-2constructor-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/TimeTz.adoc[TimeTz]::TimeTz :relfileprefix: ../../../ :mrdocs: Create a `TimeTz` object whose local time and offset attributes have the specified `localTime` and `offset` values respectively. The behavior is undefined unless `offset` is in the range `( ‐1440 .. 1440 )`, and `offset` is 0 if `localTime` has the value `24:00:00.000`. Note that this method provides no validation, and it is the user's responsibility to ensure that `offset` represents a valid time zone and that `localTime` represents a valid time in that time zone. == Synopsis Declared in `<bdlt_timetz.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- TimeTz( xref:BloombergLP/bdlt/Time.adoc[Time] const& localTime, int offset); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#