diff --git a/conf/glances.conf b/conf/glances.conf
index 701bd2ca..5b26398a 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -13,7 +13,8 @@ check_update=true
# 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"
+# strftime_format=%Y-%m-%d %H:%M:%S %Z
+strftime_format=%Y-%m-%d
# Define external directory for loading additional plugins
# The layout follows the glances standard for plugin definitions
#plugin_dir=/home/user/dev/plugins
diff --git a/glances/outputs/static/js/components/plugin-now.vue b/glances/outputs/static/js/components/plugin-now.vue
index f3ccba1e..907fb2d0 100644
--- a/glances/outputs/static/js/components/plugin-now.vue
+++ b/glances/outputs/static/js/components/plugin-now.vue
@@ -1,7 +1,7 @@