millisToString static method
Creates a function expression which evaluates to the ISO 8601 date string
in the device local timezone of the given milliseconds since the unix
epoch expression
.
Implementation
static ExpressionInterface millisToString(ExpressionInterface expression) =>
UnaryExpression('millis_to_str()', expression);