]> Sergey Matveev's repositories - public-inbox.git/commit
searchmsg: all timestamps stored in Xapian are UTC
authorEric Wong <e@80x24.org>
Sun, 29 May 2016 02:57:57 +0000 (02:57 +0000)
committerEric Wong <e@80x24.org>
Sun, 29 May 2016 02:58:08 +0000 (02:58 +0000)
commitadb070ef0cf3185dbccb5a606c149ebb2e2eaadd
treebb8e26507b8a53a91d330f9dbfd530a070ab4b99
parent2980bf96b647f2e2461ded6b5c05da13ab89650f
searchmsg: all timestamps stored in Xapian are UTC

We cannot have strftime using the local timezone for %z.
This fixes output when a server is not running UTC.
lib/PublicInbox/SearchMsg.pm