Wireshark-dev: [Wireshark-dev] Questions about absolute timestamp display format

From: "qiangxiong.huang" <qiangxiong.huang@xxxxxx>
Date: Thu, 4 Aug 2022 21:16:04 +0800
Hi, 

I have two questions about the absolute timestamp in Wireshark:

1. Is there a way to display Wireshark header field (hfinfo.type = FT_ABSOLUTE_TIME and hfinfo.display = ABSOLUTE_TIME_LOCAL) in RFC3339 or ISO 8601 format (like "1972-01-01T10:00:20.021Z" or "2020-10-13T23:11:26+0800" rather than the default format like "Oct 13, 2020 23:11:26....."?

2. Is there a function able to convert the time value of 'const nstime_t *nstime' type to "2020-10-13T23:11:26+0800" (of RFC3339 or ISO 8601) or "Oct 13, 2020 23:11:26....." string format in wireshark? 

Best Regards