The highly anticipated Season 1 of Warzone is right around the corner, and Call of Duty fans are hyped for its release. Following the launch of Modern Warfare 3, Warzone seamlessly integrated with the game. Naturally, as Season 1 approaches, fans are brimming with excitement as they expect a wave of fresh content with the new season.
Multiple sources hint at a crossover with the popular series The Boys, and this is just one of the highlights amid a plethora of content scheduled for the upcoming seasonal update for the game.
PlayStation users can expect to pre-load the update a few hours before the official launch. This article will cover the exact times when the update will go live in different regions of the world.
When does MW3 Warzone Season 1 start? Time for all regions
The standalone battle royale from Call of Duty is scheduled for its Season 1 update on December 6, 2023, at approximately 9 am PT. The update will go live at the same time across the globe to ensure a synchronized launch sequence.
Keeping that in mind, gamers can refer to the list below to check when the new season will be out in various regions:
- US West Coast - December 6, 2023, 9 am PT
- Illinois - December 6, 2023, 11 am CT
- US East Coast - December 6, 2023, 12 pm ET
- UK - December 6, 2023, 5 pm GMT
- Central Europe - December 6, 2023, 6 pm CET
- Moscow - December 6, 2023, 8 pm MSK
- India - December 6, 2023, 10:30 pm IST
- China - December 7, 2023, 1 am CST
- Japan - December 7, 2023, 2 am JST
- Australia - December 7, 2023, 3 am AEST
- New Zealand - December 7, 2023, 5 am NZST
What can we expect from MW3 Warzone Season 1?
First and foremost, with the release of Season 1, Call of Duty's popular battle royale will see the debut of a brand-new map, Urzikstan. The map will feature 11 points of interest, as confirmed by Activision, and will introduce revolutionary rotational tools and modes of transportation.
Urzikstan's driveable trains and horizontal zip lines will indeed add quite an interesting tangent to the game's general playstyle. Furthermore, the update will also incorporate movement mechanics from Modern Warfare 3, freshening up the experience in line with popular demand.
We can expect a wave of weapon balances, ensuring that the game remains in a healthy competitive state for its dedicated player base.
For more Warzone news and guides, stay tuned to Sportskeeda's Call of Duty Section.
More from Sportskeeda
" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1758761, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1758761); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1758761) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1758761) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();