Skip to contents

Return clock time hour:minute:second from moment 'tee'

Usage

clock_from_moment(tee)

Arguments

tee

a double indicating a moment in time

Value

The clock time.

Examples

if (FALSE) {
clock_from_moment(10.2345)
}