Commit e7626e4e authored by Limin Wang's avatar Limin Wang

doc/utils: add more examples for valid time duration

Signed-off-by: 's avatarLimin Wang <lance.lmwang@gmail.com>
parent 6da653e5
......@@ -126,6 +126,15 @@ The following examples are all valid time duration:
@item 55
55 seconds
@item 0.2
0.2 seconds
@item 200ms
200 milliseconds, that's 0.2s
@item 200000us
200000 microseconds, that's 0.2s
@item 12:03:45
12 hours, 03 minutes and 45 seconds
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment