blob: 7db97ed03c2fc63bf1e6739c3d133bc7ad5571ad (
plain)
1
2
3
4
5
6
|
o Minor bugfix (testing):
- The test for log_heartbeat was incorrectly failing in timezones
with non-integer offsets. Instead of comparing the end of the
time string against a constant, compare it to the output of
format_local_iso_time when given the correct input.
Fixes bug 18039.
|