What is the best way to convert the ts field of all log types into ISO format when written out using Ascii/TSV? Similar to -d for zeek-cut. I am not using json format so cannot use JSON::TS_ISO8601, but would like to do the equivalent for TSV.
I have looked through the topics here and have not been able to find an answer. Looking at the documentation it seems like Log::log_stream_policy hook could be used for this, but am having difficulty finding an example of this.
Any ideas or past solutions? Why was this never implemented along with the json functionality for date format?