BUG/MINOR: calltrace: fix 'now' being used in place of 'date'
authorWilly Tarreau <w@1wt.eu>
Thu, 27 Apr 2023 16:13:50 +0000 (18:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 27 Apr 2023 16:14:57 +0000 (18:14 +0200)
commit22b6d26c57ee4df9c5382570b35c01127589c49d
treeb35a85ca3c1e49c31f91472dc87246766255aa3a
parentfe1b3b8777fe57c6e54773f00aa40b77c3b7b5d8
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.
src/calltrace.c