millisToUTC static method

ExpressionInterface millisToUTC(
  1. ExpressionInterface expression
)

Creates a function expression which evaluates to the UTC ISO 8601 date string of the given milliseconds since the unix epoch expression.

Implementation

static ExpressionInterface millisToUTC(ExpressionInterface expression) =>
    UnaryExpression('millis_to_utc()', expression);