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