tock icon indicating copy to clipboard operation
tock copied to clipboard

Add hide_ms option into msToTime and set consistent millisecond delimiter

Open hongz1 opened this issue 8 years ago • 0 comments

Currently "msToTime" output always include millisecond and need to be customized by end-user also. To achieve this, I added hide_ms option into msToTime function.

Also, all millisecond delimiter character format is not consistent. To follow ISO format of millisecond delimiter, I changed all millisecond delimiter character to dot (.) instead of colon (:)

hongz1 avatar Nov 13 '17 02:11 hongz1