base/utils/time.zeek

Summary

Functions

duration_to_mins_secs: function

Given an interval, returns a string representing the minutes and seconds in the interval (for example, “3m34s”).

Detailed Interface

Functions

duration_to_mins_secs
Type

function (dur: interval) : string

Given an interval, returns a string representing the minutes and seconds in the interval (for example, “3m34s”).