Return the UTC datetime represented by this object.
Synopsis
Declared in <bdlt_datetimetz.h>
Datetime
utcDatetime() const;
Description
Return a Datetime object having the value of the UTC datetime represented by this object. Note that if 0 != offset(), the returned value is equal to localDatetime() minus offset() minutes, and localDatetime() otherwise.
Return Value
the UTC datetime represented by this object
Created with MrDocs