From 9f457d6fb16ef3523a77e0e142a23e15f632b412 Mon Sep 17 00:00:00 2001 From: Candifloss Date: Thu, 16 Jul 2026 23:08:38 +0530 Subject: [PATCH] Fix date format --- config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index af60f9b..d0c6f6d 100644 --- a/config.yaml +++ b/config.yaml @@ -36,7 +36,7 @@ color: # When "classic" is set, this is set to "date". # Possible values: date, locale, relative, '+' # `date_format` will be a `strftime` formatted value. e.g. `date: '+%d %b %y %X'` will give you a date like this: 17 Jun 21 20:14:55 -date: '+%Y %m %d %H:%M:%S' +date: '+%Y-%m-%d %H:%M:%S' # == Dereference == # Whether to dereference symbolic links. @@ -53,7 +53,7 @@ icons: # When to use icons. # When "classic" is set, this is set to "never". # Possible values: always, auto, never - when: always + when: never # Which icon theme to use. # Possible values: fancy, unicode theme: fancy @@ -94,7 +94,7 @@ size: short # == Permission == # Specify the format of the permission column # Possible value: rwx, octal, attributes (windows only), disable -# permission: rwx +permission: rwx # == Sorting == sorting: