You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the current date is December 31, <year>, exa will think that the current year is <year> + 1 for the purpose of displaying file modification times, so it may choose to use the "day and year" format instead of the "day and time" format, or vice versa.
To reproduce, set your system's current date to December 31, create a file, and run exa -l:
$ dateTue Dec 31 18:17:20 PST 2019
$ echo hello > hello.txt
$ exa -l.rw-r--r-- 6 jtai 31 Dec 2019 hello.txt
$ ls -ltotal 4-rw-r--r-- 1 jtai jtai 6 Dec 31 18:17 hello.txt
Notice that exa displayed the date as "31 Dec 2019", instead of the expected "31 Dec 18:17", even though Dec 31, 2019 is the current day.
The text was updated successfully, but these errors were encountered:
If the current date is December 31,
<year>
, exa will think that the current year is<year> + 1
for the purpose of displaying file modification times, so it may choose to use the "day and year" format instead of the "day and time" format, or vice versa.To reproduce, set your system's current date to December 31, create a file, and run
exa -l
:Notice that exa displayed the date as "31 Dec 2019", instead of the expected "31 Dec 18:17", even though Dec 31, 2019 is the current day.
The text was updated successfully, but these errors were encountered: