Versions Compared

Key

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

...

Frontend Client Usage (i.e. AngularJS UI)

Clients displaying using API calls to display timestamps to user

  • For instant dates, the client would know the user (or browser's) timezone and would "translate" the UTC timestamp into a local time for the user (or browser).
  • For business dates, since the timestamp has already been set to the appropriate timezone, the client would simply display the timestamp to the user.

...