Today is February 29, 2020 (a leap day), and exa incorrectly displays today's date as Mar 1:
$ touch test
$ exa -l test
.rw-r--r-- 0 fb 1 Mar 16:57 test
$ ls -l test
-rw-r--r-- 1 fb staff 0 Feb 29 16:57 test
EDIT: I just found #101 from four years ago 😄 I guess the eventual fix should fix both issues at the same time (or we can close this one). ;)
Today is February 29, 2020 (a leap day), and
exaincorrectly displays today's date asMar 1:EDIT: I just found #101 from four years ago 😄 I guess the eventual fix should fix both issues at the same time (or we can close this one). ;)