Write the ISO 8601 representation of the specified object to stream.
Declared in <bdlt_iso8601util.h>
static
std::ostream&
generate(
std::ostream& stream,
DatetimeTz const& object,
bool useZAbbreviationForUtc);
a reference to stream
| Name | Description |
|---|---|
| stream | output stream |
| object | value to format |
| useZAbbreviationForUtc | if true, use Z for a UTC offset of zero; otherwise use +00:00 |