Showing current accurately moving date & time on screen

  • Goal:

  • Steps:

Looking to show the date & time onscreen (DD MM YY HH:MM) on my first app that I am creating. We operate across multiple time zones, it would be a bonus if there anyway we can show the current users timezone too (or at least UTC +/- XX)?

))

Hi @Dan_Wright
Welcome to the community!

If you use DateTime component you can toggle a checkbox Manage time zone

Date value ignores time zones by default, so enabling this to control time zone offset selection in the UI and output in value is what might be helpful in your use case.

Hope this helps