feat: increase support for multiple time zones

This commit is contained in:
zhongming4762
2025-10-22 20:18:25 +08:00
parent 0a8339a405
commit b029f77b6a
10 changed files with 33 additions and 22 deletions

View File

@@ -5,6 +5,5 @@ export const setTimezone = (timeZone: string) => {
};
export const getTimezone = () => {
console.log('mockTimeZone', mockTimeZone);
return mockTimeZone;
};