Lukas Vollmer
Results
2
issues of
Lukas Vollmer
Is there currently a way to combine arrays? Something like this: concat(["value1", "value2"], ["value3", "value4"]) or ["value1", "value2"] + ["value3", "value4"] Result: ["value1", "value2", "value3", "value4"]
feature
research
Any plans to add the option to convert to a different timezone. I think currently you can only specify a timezone for the input as part of the [date()](https://expr-lang.org/docs/language-definition#datestr-format-timezone) function....
feature
research