On Sat, Jul 7, 2018 at 12:58 PM Linus Torvalds wrote: > > I'm playing with making all "today" dates just use the relative > format. Here's the incremental patch for that if people want to compare the output. With this, you never get the "just time" case, because that will turn into "2 hours ago" or similar. But you will get "Fri 19:45" for something that happened yesterday. So examples from my kernel logs look something like this: 2 hours ago Fri 19:45 Fri 10:44 +1000 Fri Jun 22 15:46 Tue Jun 19 15:41 -0600 Thu Jun 15 12:57 2017 +0300 depending on how long ago they were and whether they were in the same timezone etc. Linus