mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-28 09:33:23 +08:00
feat: increase support for multiple time zones
* 优化实现方法
This commit is contained in:
@@ -9,7 +9,7 @@ export interface UserInfo {
|
||||
|
||||
export interface TimezoneOption {
|
||||
offset: number;
|
||||
timeZone: string;
|
||||
timezone: string;
|
||||
}
|
||||
|
||||
export const MOCK_USERS: UserInfo[] = [
|
||||
|
||||
Reference in New Issue
Block a user