# convert unix timestamp to the local timezone tail -f logs/access.log | jq '.time |= (tonumber / 1000 | strflocaltime("%c %Z"))'