summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2022-12-12 14:20:09 +0100
committernicolargo <nicolas@nicolargo.com>2022-12-12 14:20:09 +0100
commitc061dc919f7e3e408e7b953463c395daa8d41d3b (patch)
tree27203879b937d7cbce5d2beeee6b809b8708e662
parent6ef0f439a3a6e422b7fe78ab9edfbc4cf803f2d6 (diff)
Add example for the date format
-rw-r--r--conf/glances.conf2
1 files changed, 2 insertions, 0 deletions
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