Create a record formatter having the specified format specification and the specified timestamp offset. Optionally specify an allocator (e.g., the address of a bslma::Allocator object) to supply memory; otherwise, the default allocator is used.

Synopsis

Declared in <ball_recordstringformatter.h>

RecordStringFormatter(
    char const* format,
    bdlt::DatetimeInterval const& offset,
    allocator_type const& allocator = allocator_type());

Description

DEPRECATED: Use a constructor taking publishInLocalTime instead.

Created with MrDocs