timezone(<Date>, <Timezone>) : Text
The timezone function is used to convert the specified date parameter to a new date using the specified timezone parameter.
For more information about timezones you can use, check out the following article:
When you use static dates, you need to enclose the value with the # symbol. The date should be in the following format - dd/mm/yyyy hh:mm
timezone(#01/02/2021 13:00#, "E. Europe Standard Time") => 01-02-2021 15:00
Learn more about how you can get started using the Formula Field.
Type above and the results will be displayed here.