time

Syntax

time(X)

Arguments

X is a temporal scalar/vector.

Details

Return the corresponding time(s) with millisecond precision. The data type of the result is TIME, a temporal.

Examples

$ time();
00t

$ time("12:32:56.356");
12:32:56.356

$ time(now());
20:49:12.564