diff options
author | Arne Wörner <arne_woerner@yahoo.com> | 2020-02-24 17:07:22 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-02-24 17:07:22 +0000 |
commit | 158d713722a1635939f699a8ea1605e937866bfc (patch) | |
tree | ce71de331b7bdb14ea48ea573d39fc44cfc59196 /doc/doc-txt/ChangeLog | |
parent | c1cea16d93da8e47aa0d29e79d9b854cf2c50951 (diff) |
Fix timestamp outputs for TAI timezone. Bug 2530
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 116df90d0..8f583e21a 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -131,6 +131,11 @@ JH/26 Fix use of the SIZE parameter on MAIL commands, on continued connections. only the first would provide a SIZE. This was due to the size information not being properly tracked. +JH/27 Bug 2530: When operating in a timezone with sub-minute offset, such as + TAI (at 37 seconds currently), pretend to be in UTC for time-related + expansion and logging. Previously, spurious values such as a future + minute could be seen. + Exim version 4.93 ----------------- |