Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#1005·exa

Show day and time for times within the last "rolling" year, as ls does

Author: mdeffCreated Jan 7, 2022Updated Jul 10, 2024

While ls shows day and time for times within the last "rolling" year, exa only shows day and time for times within the current year.

That's especially severe at the beginning of a new year, while there is no doubt that, e.g., Aug 25 refers to 2021.

bash
$ date
Fri  7 Jan 15:12:16 CET 2022
$ ls -l
total 88
-rw-r--r-- 1 michael michael   481 Aug 25 03:05 __init__.py
drwxr-xr-x 2 michael michael  4096 Jan  7 15:05 __pycache__
$ exa -l
.rw-r--r--  481 michael 25 Aug  2021 __init__.py
drwxr-xr-x    - michael  7 Jan 15:05 __pycache__

Source: ogham/exa

View original on GitHubView discussion on GitHub