HI Guys,
Prob a very simple one but im stumped, I run the following command and get:
date
Wednesday, 19 August 2009 09:20:59 BST
But when I run
date -u '+%y%m%d.%H:%M:%S'
090819.08:21:27
My question is why is the second command an hour behind? In my environment the following are set:
LC_TIME=en_GB.ISO8859-15
TZ=GB
I have tried it on a different server with exactly the same commands and env variables and get the correct result, what am I doing wrong here?