You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am from nepal. Somehow, the timezone used is Asia/Katmandu but in server we have Asia/Kathmandu. I am not sure what to do about. Fix in front-end or back-end. The Intl.DateTimeFormat().resolvedOptions().timeZone api used gives 'Asia/Katmandu' which is not right as per server valid timezones.
The text was updated successfully, but these errors were encountered:
@Summonshr This is actually not an issue with this project or the php.
Php recognizes Asia/Kathmandu as timezone and not Asia/Katmandu resulting in invalid timezone.
I have verified that the current timezone database of IANA has Asia/Kathmandu.
This could be due to current nodejs running in your or my system not having latest timezone db updates.
IDK
Current workaround could be adding this to the file layouts/app.blade.php before sending post request to the server.
I am from nepal. Somehow, the timezone used is Asia/Katmandu but in server we have Asia/Kathmandu. I am not sure what to do about. Fix in front-end or back-end. The
Intl.DateTimeFormat().resolvedOptions().timeZone
api used gives 'Asia/Katmandu' which is not right as per server valid timezones.The text was updated successfully, but these errors were encountered: