You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release note (cli change): The log output formats crdb-v1 and crdb-v2 now support the format option timezone. When specified,
the corresponding time zone is used to produce the timestamp column.
I230606 12:43:01.553407-040000 1 1@cli/start.go:575 ⋮ [n?] 4 soft memory limit of Go runtime is set to 35 GiB
^^^^^^^ indicates GMT-4 was used.
The timezone offset is also always included in the format if it is not
zero (e.g. for non-UTC time zones). This is necessary to ensure that
the times can be read back precisely.
Exalate commented:
Related PR: cockroachdb/cockroach#104265
Commit: cockroachdb/cockroach@d756dec
Fixes: CRDB-5594 CRDB-19901
Release note (cli change): The log output formats
crdb-v1
andcrdb-v2
now support the format optiontimezone
. When specified,the corresponding time zone is used to produce the timestamp column.
For example:
Example logging output:
The timezone offset is also always included in the format if it is not
zero (e.g. for non-UTC time zones). This is necessary to ensure that
the times can be read back precisely.
Jira Issue: DOC-8104
The text was updated successfully, but these errors were encountered: