Hi @alexandermllr , here you have an example, i assume that the date is not valid so i had to convert it.
And if you have valid timestamp values, yuo just have to ask for the month, you know hich are the months for differents timezones. I wrote this as example Hour & ' ' & if(month(Date2)<5, '+1', '+2') as Hour;