Please find the queries given below to change the timezone for all customers. From the result of first query get the timezoneid and replace it in the second query instead of timezoneid = 615
1) select * from timezonedefinition where displayname like ‘%Israel%’;2) update sduserprofile set timezoneid = 615 where userid in (select technicianid from helpdeskcrew);