ts: Fix timezone used with -i
commitc18babad60373c4aada08074a0de62c0e44a80d9
authorJoey Hess <joey@kitenet.net>
Sun, 5 May 2013 15:23:12 +0000 (5 11:23 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 5 May 2013 15:23:12 +0000 (5 11:23 -0400)
treeb2a05e3176aef0f1fb7f38617c5a0337565d4b18
parent337a7415b11bb2b3a5f47a1aa96b571a40da8762
ts: Fix timezone used with -i

Before, -i %.s would print an offset from GMT in seconds, which is wrong.
Setting the timezone to GMT internally fixes this, and means it doesn't
need to special case use of gmtime to make the default time format work
with -i.
debian/changelog
ts