From c061dc919f7e3e408e7b953463c395daa8d41d3b Mon Sep 17 00:00:00 2001 From: nicolargo Date: Mon, 12 Dec 2022 14:20:09 +0100 Subject: [PATCH] Add example for the date format --- conf/glances.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/glances.conf b/conf/glances.conf index d40a9715..c3b2bf1f 100644 --- a/conf/glances.conf +++ b/conf/glances.conf @@ -12,6 +12,8 @@ check_update=true # History size (maximum number of values) # Default is 1200 values (~1h with the default refresh rate) history_size=1200 +# Set the way Glances should display the date (default is %Y-%m-%d %H:%M:%S %Z) +#strftime_format="%Y-%m-%d %H:%M:%S %Z" ############################################################################## # User interface