FunctionstimeVersion: v4.23On this pagetimeCasts an expression to a time value.time(x:any) -> timeDescriptionThe time function casts the given string or number x to a time value.ExamplesCast a string to a time valuefrom {x: time("2020-03-15")}{x: 2020-03-15T00:00:00.000000}See Alsoint, uint, float, str, ip