millisToUTC

expect fun millisToUTC(operand: Expression): Expression(source)

Creates a MILLIS_TO_UTC(expr) function that will convert a numeric input representing milliseconds since the Unix epoch into a full ISO8601 date and time string in UTC time.

Return

The MILLIS_TO_UTC(expr) function.

Parameters

operand

The string expression.

actual fun millisToUTC(operand: Expression): Expression(source)
actual fun millisToUTC(operand: Expression): Expression(source)