View Single Post
It was late morning, e.g. 13 hours before midnight.

The full terminal output is below.

Code:
$date +%z | awk '{if (substr($1,1,1)!="+") {printf "+"} else {printf "-"} print substr($1,2,4)}'
-1300
$date +%z
+1300