Skip to content

toUTC

toUTC(datetime) → datetime · Date & Time

Convert a local datetime to UTC.

  • datetime (required): datetime with timezone information
utlx
{
  utcTime: toUTC($input.localTimestamp)
}

Released under AGPL-3.0.