In UI Builder, range update event is not getting fired when timezone is changed on calendar componentIssue In UI Builder, range update event is not getting fired when timezone is changed on calendar component 1. in UIB calendar component.2. Select week view3. Select day (i selected 15th Nov time zone in UTC)4. Change timezone (e.g. US/Eastern). After changing the timezone the day is shifted to previous day. 5. Select another day (e.g. The day after tomorrow)6. Change timezone (e.g. GMT) -> Selected day will be changed back (in our case to tomorrow) even though the time difference shouldn't overlap with another dayReleaseSan Diego and OnCauseThis is working as expectedResolutionThis is not a defect. whenever timezone is changed, there is a event TIMEZONE_CHANGED ("NOW_CALENDAR#TIMEZONE_CHANGED" ) will be triggered. By using this information application can fetch new events. The recording attached to this case goes over the details.