mirror of https://github.com/apache/cassandra
cqlshrc.sample uses incorrect option for time formatting
Closes #197 Patch by Alex Ott; Reviewed by Jeff Jirsa for CASSANDRA-14243
This commit is contained in:
parent
39807ba48e
commit
73fa27cc6a
|
|
@ -194,6 +194,8 @@
|
|||
* CQLSH: Don't pause when capturing data (CASSANDRA-13743)
|
||||
* nodetool clearsnapshot requires --all to clear all snapshots (CASSANDRA-13391)
|
||||
* Correctly count range tombstones in traces and tombstone thresholds (CASSANDRA-8527)
|
||||
* cqlshrc.sample uses incorrect option for time formatting (CASSANDRA-14243)
|
||||
|
||||
|
||||
3.11.3
|
||||
* RateBasedBackPressure unnecessarily invokes a lock on the Guava RateLimiter (CASSANDRA-14163)
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
; color = on
|
||||
|
||||
;; Used for displaying timestamps (and reading them with COPY)
|
||||
; datetimeformat = %Y-%m-%d %H:%M:%S%z
|
||||
; time_format = %Y-%m-%d %H:%M:%S%z
|
||||
|
||||
;; Display timezone
|
||||
;timezone = Etc/UTC
|
||||
|
|
|
|||
Loading…
Reference in New Issue