mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 17:15:37 +01:00
Fix #3691: Add timezone mapping for deprecated 'Asia/Saigon' to 'Asia/Ho_Chi_Minh'
This commit is contained in:
parent
1f5b940590
commit
b0fd29c2b0
1 changed files with 1 additions and 1 deletions
|
|
@ -368,4 +368,4 @@ export function getDateRangeValue(startDate: Date, endDate: Date) {
|
||||||
|
|
||||||
export function getMonthDateRangeValue(date: Date) {
|
export function getMonthDateRangeValue(date: Date) {
|
||||||
return getDateRangeValue(startOfMonth(date), endOfMonth(date));
|
return getDateRangeValue(startOfMonth(date), endOfMonth(date));
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue