* David Mehler, 2018-04-11 17:23 > [...] > The issue is the 1523459718 I was expecting something like a time > stamp. Is this fixable? Also, can I use last_login to see on which IP > the user last logged in from? > [...]
This is in fact a timestamp: [zlatko@disclosure:~]$ date -d @1523459718 Mit Apr 11 17:15:18 CEST 2018 Your output might look different depending on your locale. HTH, Thomas
