Different timezone for date type field

It seem like we got different timezone for each type of field
In Date2 field (Date include Time) different with Text field. Do we have any way to sync all workspace fibery with just the same timezone?
image

See here
https://the.fibery.io/@public/User_Guide/Guide/Timezones-41

A Formula (e.g. ToText([date field]) ) cannot “know” what timezone you are in because it is calculated in the server context, not in a user/UI context. So it must ignore Time Zones and just use UTC time.

2 Likes