commit | 22b6d26c57ee4df9c5382570b35c01127589c49d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Apr 27 18:13:50 2023 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Apr 27 18:14:57 2023 +0200 |
tree | b35a85ca3c1e49c31f91472dc87246766255aa3a | |
parent | fe1b3b8777fe57c6e54773f00aa40b77c3b7b5d8 [diff] |
BUG/MINOR: calltrace: fix 'now' being used in place of 'date' Since commit 28360dc ("MEDIUM: clock: force internal time to wrap early after boot") we have a much clearer distinction between 'now' (the internal, drifting clock) and 'date' (the wall clock time). The calltrace code was using "now" instead of "date" since the value is displayed to humans. No backport is needed.