The debug dumps of packets used UNIX timestamps (in RRSIG validity)
instead of the customary human stamps.
This was an unintentional regression of
0555828e, i.e. since v5.4.1
I looked again at all other differences from default kdig style,
and the only ones are that we don't show class and don't do IDN.
(both seem suitable here)
+Knot Resolver 5.6.1 (2023-0m-dd)
+================================
+
+Bugfixes
+--------
+- fix unusual timestamp format in debug dumps of records (!1386)
+
+
Knot Resolver 5.6.0 (2023-01-26)
================================
const knot_dump_style_t KR_DUMP_STYLE_DEFAULT = { /* almost all = false, */
.show_ttl = true,
+#if KNOT_VERSION_HEX >= 0x030200
+ .human_timestamp = true,
+#else
+ .human_tmstamp = true,
+#endif
};
char *kr_rrset_text(const knot_rrset_t *rr)