Format the specified object into the specified buffer using ISO 8601.
Synopsis
Declared in <bdlt_iso8601util.h>
static
int
generate(
char* buffer,
ssize_t bufferLength,
Datetime const& object,
GenerateConfiguration const& configuration);
Created with MrDocs