[#BloombergLP-bdlt-DateTz-gmtStartTime] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/DateTz.adoc[DateTz]::gmtStartTime :relfileprefix: ../../../ :mrdocs: Return a `Datetime` object having the value of the UTC "point in time" when the local date starts (i.e., 0000 hours local time). The behavior is undefined unless the local date starting time represents a valid `Datetime` value for the UTC timezone. Note that the returned value is equal to: ` Datetime(localDate()).addMinutes(‐offset()); ` == Synopsis Declared in `<bdlt_datetz.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Datetime.adoc[Datetime] gmtStartTime() const; ---- == Description DEPRECATED: replaced by `utcStartTime`. [.small]#Created with https://www.mrdocs.com[MrDocs]#