date_gmtToLocal
Converts GMT to local time.
Target
Signature
1date_gmtToLocal(value)Converts GMT to local time.
date_gmtToLocal is a global callable that can be used wherever an expression is valid. date_gmtToLocal handles calendar, duration, or formatting behavior. Store values in structured date or duration form and format them only when presenting text.
Parameters
value- Required value. Supply
valuepositionally unless the signature shows a keyword form.
Examples
Basic call
1date_gmtToLocal(date)The example shows the normal call shape. Adapt variable names, validation, and surrounding error handling to the context.