Fix #3691: Add timezone mapping for deprecated 'Asia/Saigon' to 'Asia/Ho_Chi_Minh'

This commit is contained in:
Ayush3603 2025-11-10 18:31:21 +05:30
parent 1f5b940590
commit b0fd29c2b0

View file

@ -368,4 +368,4 @@ export function getDateRangeValue(startDate: Date, endDate: Date) {
export function getMonthDateRangeValue(date: Date) {
return getDateRangeValue(startOfMonth(date), endOfMonth(date));
}
}