mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00

The broxygen-generated files now live in the git repo, have tests that check that they are up-to-date, and a script to re-generate them on-demand.
29 lines
865 B
ReStructuredText
29 lines
865 B
ReStructuredText
: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").
|
|
|
|
|