[#BloombergLP-ball-AsyncFileObserver-isPublishInLocalTimeEnabled] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/AsyncFileObserver.adoc[AsyncFileObserver]::isPublishInLocalTimeEnabled :relfileprefix: ../../../ :mrdocs: Return `true` if this async file observer writes the timestamp attribute of records that it publishes in local time, and `false` otherwise (in which case timestamps are written in UTC time). Note that the value returned by this method also affects log filenames (see {Log Filename Patterns}). == Synopsis Declared in `<ball_asyncfileobserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isPublishInLocalTimeEnabled() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#