On Feb 11, 2005, at 21:28, Sune Foldager wrote:
[...] with time zone set to GMT [...]
I believe using UTC would be more "correct", since GMT is a zone, and UTC is a different time standard ;)... but this is nit-picking of course, since they of course coincide.
Since the actual snippet is:
`TZ=GMT date +%Y-%m-%dT%H:%M:%SZ`
It quite literally sets the time zone (TZ) to GMT! :)
But I see that TZ=UTC actually also works -- quite sure I discarded that as non-working when I did the snippet. Must have been the latest 10.3.8 update ;)