Return true if published timestamps are written in local time.

Synopsis

Declared in <ball_streamobserver.h>

bool
isPublishInLocalTimeEnabled() const;

Description

Return true if this observer writes the timestamp attribute of records that it publishes in local time by default, and false otherwise (in which case timestamps are written by default in UTC time).

Return Value

true if timestamps are written in local time by default, and false otherwise

Created with MrDocs