Hey thereIs there any way I can reformat my logs so that the timestamps are in human readable format?Thanks!G
cat /var/log/filename | tai64nlocal
You could either view them through the server-manager as there all date formats should be in a standard date format. Otherwise something like this:Code: [Select]cat /var/log/filename | tai64nlocal
Thanks!Would it be possible to change a setting somewhere so that the times are logged in human readable time always, never in tai64n?