Set the default time zone for timestamps without a timezone in the format.
Synopsis
Declared in <ball_recordjsonformatter.h>
void
setTimezoneDefault(RecordFormatterTimezone::Enum timezoneDefault);
Description
Set the time zone default for every "timestamp" output without a timezone specified in the format string to the specified timezoneDefault. Note that this method reapplies the current format specification to update all timestamp formatters.
Parameters
Name |
Description |
timezoneDefault |
default time zone for timestamps without one |
Created with MrDocs