Timezone Support

Hi,

My app is going to be used in multiple timezones. Is it possible to display times in local timezone to the user?

Many thanks.

Assuming you can associate each user with a timezone, perhaps, having a timezone field in the users table you can achieve this with a pipe.

The first example in this video will demonstrate how to achieve this:

1 Like