Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Remarks

The "FromUTC" service returns converts the given time–assumed to be in the UTC time zone–into the local time zone. It handles edge cases, so if the UTC time is 6am and the local time zone is Pacific Standard Time, it will return 10pm. If you want the current time in UTC, it's simpler to use the Now service. This service is more useful for converting pre-existing dates.

...