:tocdepth: 3 base/utils/time.bro =================== Summary ~~~~~~~ Functions ######### ===================================================== ======================================================================== :bro:id:`duration_to_mins_secs`: :bro:type:`function` Given an interval, returns a string representing the minutes and seconds in the interval (for example, "3m34s"). ===================================================== ======================================================================== Detailed Interface ~~~~~~~~~~~~~~~~~~ Functions ######### .. bro:id:: duration_to_mins_secs :Type: :bro:type:`function` (dur: :bro:type:`interval`) : :bro:type:`string` Given an interval, returns a string representing the minutes and seconds in the interval (for example, "3m34s").