Support microseconds in Duration conversions

Closes gh-13624
This commit is contained in:
Madhura Bhave
2018-07-02 13:13:07 -07:00
parent 06a8c41943
commit 673a08d228
4 changed files with 26 additions and 0 deletions

View File

@@ -1263,6 +1263,7 @@ read timeout of 500ms can be specified in any of the following form: `500`, `PT0
You can also use any of the supported unit. These are:
* `ns` for nanoseconds
* `us` for microseconds
* `ms` for milliseconds
* `s` for seconds
* `m` for minutes