zeek/doc/scripts/base/utils/time.bro.rst
Jon Siwek 7e9d48f532 Remove broxygen Sphinx integration
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.
2018-12-18 10:15:22 -06:00

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").