Write the raw ISO 8601 representation of the specified object to buffer.
Declared in <bdlt_iso8601util.h>
static
int
generateRaw(
char* buffer,
TimeTz const& object,
bool useZAbbreviationForUtc);
the number of characters in the formatted string
| Name | Description |
|---|---|
| buffer | output buffer for the generated ISO 8601 text |
| object | value to format |
| useZAbbreviationForUtc | if true, use Z for a UTC offset of zero; otherwise use +00:00 |