feat: set log timezone, closes #56
Implement a CLI arg, and config file setting, for changing the timezone of the Docker logs timestamp
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
"show_self": false,
|
||||
"show_std_err": false,
|
||||
"show_timestamp": true,
|
||||
"timezone": "Etc/UTC",
|
||||
"timestamp_format":"%Y-%m-%dT%H:%M:%S.%8f",
|
||||
"use_cli": false,
|
||||
"colors": {
|
||||
"borders": {
|
||||
@@ -68,6 +70,10 @@
|
||||
"text": "black",
|
||||
"text_selected": "gray"
|
||||
},
|
||||
"logs": {
|
||||
"background": "reset",
|
||||
"text": "reset"
|
||||
},
|
||||
"popup_delete": {
|
||||
"background": "white",
|
||||
"text": "black",
|
||||
|
||||
Reference in New Issue
Block a user