Honkai Star Rail is heading to version 1.4, which will feature new character banners, events, and various other content. Although HoYoverse has yet to announce the release date, the next patch is expected to be released on October 11, 2023, at 11 AM (UTC+8). It will be preceded by a mandatory maintenance break, during which the developers will install everything necessary for the update.
Players have been anticipating the update, as it marks the debut of JIngliu and Topaz. Details regarding both the 5-star characters and their banner will be showcased in the upcoming livestream event.
This article presents some of the major timezones and a countdown timer to track the release of version 1.4.
Honkai Star Rail 1.4 release date and time across all regions
As mentioned, the v1.4 update is expected to roll out worldwide across all platforms on October 11, 2023, at 11 AM (UTC+8), following the six-week patch cycle. In addition, the game’s PlayStation 5 release with the update marks a milestone event for HoYoverse.
However, v1.4 launch times will likely differ for players from different regions, given that every server goes live simultaneously. In that case, they can refer to the following tables showing the airtime for some of the major timezones across America, Europe, and Asia.
America (October 10, 2023)
Hawaii-Aleutian Standard Time | 5 pm |
Pacific Daylight Time | 8 pm |
Mountain Daylight Time | 9 pm |
Central Daylight Time | 1 pm |
Eastern Daylight Time | 11 pm |
Europe (October 11, 2023)
Western European Summer Time | 4 am |
Central European Summer Time | 5 am |
Eastern European Summer Time | 6 am |
Asia (October 11, 2023)
India Standard Time | 8:30 am |
China Standard Time | 11 am |
Philippine Standard Time | 11 am |
Japanese Standard Time | 12 pm |
Korea Standard Time | 12 pm |
Honkai Star Rail 1.4 universal countdown
The countdown below tracks the time remaining until the release of Honkai Star Rail 1.4 worldwide. It is worth noting that it does not account for any reschedules or delays in the future.
We recommend pre-downloading all the resources before the countdown ends. This way, you can quickly hop on to the fresh patch once the server goes live. The update will likely be available for PlayStation 5 users at the same time.
That said, the servers will shut down for maintenance five hours prior to the global launch, and HoYoverse will compensate a total of 600 Stellar Jades for the inconveniences caused. You can use the resource to summon Jingliu in the first banner or save it to wish on Topaz in the second phase of version 1.4.
More details about the patch will be showcased in the upcoming Special Program, scheduled to broadcast on September 29, 2023, across the official Youtube and Twitch channels of Honkai Star Rail. Keep an eye out for the redemption code throughout the livestream, which rewards 300 Stellar Jades and other in-game goodies upon activation.
Quick Links
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": 1682347, "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(1682347); 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(1682347) >= 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(1682347) .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 }); })();