utc-to-local
date-time →
utc-to-local() → date-time
Returns the dateTime passed as argument and set in UTC converted to the time zone passed as parameter.
Parameters
This function has no parameters.
Examples
#"2024-01-15 12:30:00" | utc-to-local("UTC") → #"2024-01-15 12:30:00"
Kind: Function
Scope: temporal
Aliases: None