HUMANDURATION
date timeConfiguration parameters
-
warp.timeunits
The HUMANDURATION
function consumes a LONG duration and push back an easily readable STRING representation of this duration.
The format of the pushed back STRING is [Dd][Hh][Mm]S.XXXXXXs with D as days, H as hours, M as minutes, S as seconds and XXXXXX the number of ms (3 digits), us (6 digits) or ns (9 digits) depending on the platform configuration. If the duration is less than a day, Dd is omitted, sames goes with Hh and Mm.