1570af302Sopenharmony_ci/**
2570af302Sopenharmony_ci * Copyright (c) 2022 Huawei Device Co., Ltd.
3570af302Sopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License");
4570af302Sopenharmony_ci * you may not use this file except in compliance with the License.
5570af302Sopenharmony_ci * You may obtain a copy of the License at
6570af302Sopenharmony_ci *
7570af302Sopenharmony_ci *   http://www.apache.org/licenses/LICENSE-2.0
8570af302Sopenharmony_ci *
9570af302Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software
10570af302Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS,
11570af302Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12570af302Sopenharmony_ci * See the License for the specific language governing permissions and
13570af302Sopenharmony_ci * limitations under the License.
14570af302Sopenharmony_ci */
15570af302Sopenharmony_ci
16570af302Sopenharmony_ci#ifndef __TIMEGM_DATA_H__
17570af302Sopenharmony_ci#define __TIMEGM_DATA_H__
18570af302Sopenharmony_ci
19570af302Sopenharmony_ci#include "time_test_data.h"
20570af302Sopenharmony_ci
21570af302Sopenharmony_cistatic const struct time_test_time_struct test_timegm_data[] = {
22570af302Sopenharmony_ci    {"Europe/London", 1659181214},
23570af302Sopenharmony_ci    {"Europe/Moscow", 1659188414},
24570af302Sopenharmony_ci    {"Europe/Ulyanovsk", 1659192014},
25570af302Sopenharmony_ci    {"Europe/Belgrade", 1659184814},
26570af302Sopenharmony_ci    {"Europe/Paris", 1659184814},
27570af302Sopenharmony_ci    {"Europe/Astrakhan", 1659192014},
28570af302Sopenharmony_ci    {"Europe/Sofia", 1659188414},
29570af302Sopenharmony_ci    {"Europe/Samara", 1659192014},
30570af302Sopenharmony_ci    {"Europe/Warsaw", 1659184814},
31570af302Sopenharmony_ci    {"Europe/Kaliningrad", 1659184814},
32570af302Sopenharmony_ci    {"Europe/Rome", 1659184814},
33570af302Sopenharmony_ci    {"Europe/Bucharest", 1659188414},
34570af302Sopenharmony_ci    {"Europe/Berlin", 1659184814},
35570af302Sopenharmony_ci    {"Europe/Volgograd", 1659188414},
36570af302Sopenharmony_ci    {"Europe/Madrid", 1659184814},
37570af302Sopenharmony_ci    {"Africa/Johannesburg", 1659184814},
38570af302Sopenharmony_ci    {"Australia/Adelaide", 1659211814},
39570af302Sopenharmony_ci    {"Australia/Perth", 1659206414},
40570af302Sopenharmony_ci    {"Australia/Darwin", 1659211814},
41570af302Sopenharmony_ci    {"Australia/Lord_Howe", 1659215414},
42570af302Sopenharmony_ci    {"Australia/Hobart", 1659213614},
43570af302Sopenharmony_ci    {"Australia/Brisbane", 1659213614},
44570af302Sopenharmony_ci    {"Australia/Sydney", 1659213614},
45570af302Sopenharmony_ci    {"Australia/Melbourne", 1659213614},
46570af302Sopenharmony_ci    {"Australia/Eucla", 1659209114},
47570af302Sopenharmony_ci    {"America/Mexico_City", 1659159614},
48570af302Sopenharmony_ci    {"America/Vancouver", 1659152414},
49570af302Sopenharmony_ci    {"America/Toronto", 1659163214},
50570af302Sopenharmony_ci    {"America/Denver", 1659156014},
51570af302Sopenharmony_ci    {"America/Anchorage", 1659148814},
52570af302Sopenharmony_ci    {"America/Edmonton", 1659156014},
53570af302Sopenharmony_ci    {"America/Regina", 1659156014},
54570af302Sopenharmony_ci    {"America/Halifax", 1659166814},
55570af302Sopenharmony_ci    {"America/Cancun", 1659159614},
56570af302Sopenharmony_ci    {"America/St_Johns", 1659168614},
57570af302Sopenharmony_ci    {"America/New_York", 1659163214},
58570af302Sopenharmony_ci    {"America/Chicago", 1659159614},
59570af302Sopenharmony_ci    {"America/Los_Angeles", 1659152414},
60570af302Sopenharmony_ci    {"Asia/Novokuznetsk", 1659202814},
61570af302Sopenharmony_ci    {"Asia/Magadan", 1659217214},
62570af302Sopenharmony_ci    {"Asia/Yangon", 1659201014},
63570af302Sopenharmony_ci    {"Asia/Chita", 1659210014},
64570af302Sopenharmony_ci    {"Asia/Irkutsk", 1659206414},
65570af302Sopenharmony_ci    {"Asia/Macau", 1659206414},
66570af302Sopenharmony_ci    {"Asia/Riyadh", 1659188414},
67570af302Sopenharmony_ci    {"Asia/Taipei", 1659206414},
68570af302Sopenharmony_ci    {"Asia/Manila", 1659206414},
69570af302Sopenharmony_ci    {"Asia/Shanghai", 1659206414},
70570af302Sopenharmony_ci    {"Asia/Kuching", 1659206414},
71570af302Sopenharmony_ci    {"Asia/Tokyo", 1659210014},
72570af302Sopenharmony_ci    {"Asia/Kolkata", 1659197414},
73570af302Sopenharmony_ci    {"Asia/Ho_Chi_Minh", 1659202814},
74570af302Sopenharmony_ci    {"Asia/Bangkok", 1659202814},
75570af302Sopenharmony_ci    {"Asia/Krasnoyarsk", 1659202814},
76570af302Sopenharmony_ci    {"Asia/Yekaterinburg", 1659195614},
77570af302Sopenharmony_ci    {"Asia/Kuala_Lumpur", 1659206414},
78570af302Sopenharmony_ci    {"Asia/Vladivostok", 1659213614},
79570af302Sopenharmony_ci    {"Asia/Omsk", 1659199214},
80570af302Sopenharmony_ci    {"Asia/Phnom_Penh", 1659202814},
81570af302Sopenharmony_ci    {"Asia/Kamchatka", 1659220814},
82570af302Sopenharmony_ci    {"Asia/Sakhalin", 1659217214},
83570af302Sopenharmony_ci    {"Asia/Novosibirsk", 1659202814},
84570af302Sopenharmony_ci    {"Asia/Hong_Kong", 1659206414},
85570af302Sopenharmony_ci    {"Asia/Singapore", 1659206414},
86570af302Sopenharmony_ci    {"Asia/Khandyga", 1659210014},
87570af302Sopenharmony_ci    {"Asia/Vientiane", 1659202814},
88570af302Sopenharmony_ci    {"Asia/Jakarta", 1659202814},
89570af302Sopenharmony_ci    {"Asia/Seoul", 1659210014},
90570af302Sopenharmony_ci    {"Asia/Urumqi", 1659199214},
91570af302Sopenharmony_ci    {"Asia/Anadyr", 1659220814},
92570af302Sopenharmony_ci    {"PST8PDT", 1659152414},
93570af302Sopenharmony_ci    {"HST", 1659141614},
94570af302Sopenharmony_ci
95570af302Sopenharmony_ci};
96570af302Sopenharmony_ci
97570af302Sopenharmony_ci#endif