Displaying time in the proper time zone

How can I display the time in the time zone I set in the table?

In application, time set to the my time zone is displayed in UTC(in the table, time is correctly displayed following my time zone setting).

Hi,

If you converted the date field to a text - for example through a formula field, it always converts to UTC. The solution is use the datetime_format_tz() when using dates in formulas and set the appropriate time zone.

I used the field of using the function datetime_format_tz() in the application builder as you said and it worked!

Now the time is displayed well in the way I want in the web made by application builder.

Thanks for your answer.