]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-index/test-mail-index-transaction-update.c: Fix timzone offset check
authorKarl Fleischmann <karl.fleischmann@open-xchange.com>
Fri, 10 Jun 2022 13:44:52 +0000 (15:44 +0200)
committerKarl Fleischmann <karl.fleischmann@open-xchange.com>
Mon, 4 Jul 2022 09:53:48 +0000 (11:53 +0200)
commit1a7b1f66fe4b86cb642dbcfe5a0192c1b77d0e17
treef3b750474051225cc25e75cd07518481d374d9c4
parent838e65f96678a4a390c94f0a59e1ec489ee532d2
lib-index/test-mail-index-transaction-update.c: Fix timzone offset check

The extern timezone variable is not standardized. This commit introduces
a more portable way of determining the UTC-offset by using the local
time.
src/lib-index/test-mail-index-transaction-update.c