diff --git a/assets/js/pages/booking.js b/assets/js/pages/booking.js index 5063811b..87f374be 100644 --- a/assets/js/pages/booking.js +++ b/assets/js/pages/booking.js @@ -150,7 +150,7 @@ App.Pages.Booking = (function () { } }); - $selectTimezone.val(Intl.DateTimeFormat().resolvedOptions().timeZone); + $selectTimezone.val(Intl.DateTimeFormat().resolvedOptions().timeZone || 'UTC'); // Bind the event handlers (might not be necessary every time we use this class). addEventListeners();