/** * Copyright (c) 2022 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #ifndef __TIMEGM_DATA_H__ #define __TIMEGM_DATA_H__ #include "time_test_data.h" static const struct time_test_time_struct test_timegm_data[] = { {"Europe/London", 1659181214}, {"Europe/Moscow", 1659188414}, {"Europe/Ulyanovsk", 1659192014}, {"Europe/Belgrade", 1659184814}, {"Europe/Paris", 1659184814}, {"Europe/Astrakhan", 1659192014}, {"Europe/Sofia", 1659188414}, {"Europe/Samara", 1659192014}, {"Europe/Warsaw", 1659184814}, {"Europe/Kaliningrad", 1659184814}, {"Europe/Rome", 1659184814}, {"Europe/Bucharest", 1659188414}, {"Europe/Berlin", 1659184814}, {"Europe/Volgograd", 1659188414}, {"Europe/Madrid", 1659184814}, {"Africa/Johannesburg", 1659184814}, {"Australia/Adelaide", 1659211814}, {"Australia/Perth", 1659206414}, {"Australia/Darwin", 1659211814}, {"Australia/Lord_Howe", 1659215414}, {"Australia/Hobart", 1659213614}, {"Australia/Brisbane", 1659213614}, {"Australia/Sydney", 1659213614}, {"Australia/Melbourne", 1659213614}, {"Australia/Eucla", 1659209114}, {"America/Mexico_City", 1659159614}, {"America/Vancouver", 1659152414}, {"America/Toronto", 1659163214}, {"America/Denver", 1659156014}, {"America/Anchorage", 1659148814}, {"America/Edmonton", 1659156014}, {"America/Regina", 1659156014}, {"America/Halifax", 1659166814}, {"America/Cancun", 1659159614}, {"America/St_Johns", 1659168614}, {"America/New_York", 1659163214}, {"America/Chicago", 1659159614}, {"America/Los_Angeles", 1659152414}, {"Asia/Novokuznetsk", 1659202814}, {"Asia/Magadan", 1659217214}, {"Asia/Yangon", 1659201014}, {"Asia/Chita", 1659210014}, {"Asia/Irkutsk", 1659206414}, {"Asia/Macau", 1659206414}, {"Asia/Riyadh", 1659188414}, {"Asia/Taipei", 1659206414}, {"Asia/Manila", 1659206414}, {"Asia/Shanghai", 1659206414}, {"Asia/Kuching", 1659206414}, {"Asia/Tokyo", 1659210014}, {"Asia/Kolkata", 1659197414}, {"Asia/Ho_Chi_Minh", 1659202814}, {"Asia/Bangkok", 1659202814}, {"Asia/Krasnoyarsk", 1659202814}, {"Asia/Yekaterinburg", 1659195614}, {"Asia/Kuala_Lumpur", 1659206414}, {"Asia/Vladivostok", 1659213614}, {"Asia/Omsk", 1659199214}, {"Asia/Phnom_Penh", 1659202814}, {"Asia/Kamchatka", 1659220814}, {"Asia/Sakhalin", 1659217214}, {"Asia/Novosibirsk", 1659202814}, {"Asia/Hong_Kong", 1659206414}, {"Asia/Singapore", 1659206414}, {"Asia/Khandyga", 1659210014}, {"Asia/Vientiane", 1659202814}, {"Asia/Jakarta", 1659202814}, {"Asia/Seoul", 1659210014}, {"Asia/Urumqi", 1659199214}, {"Asia/Anadyr", 1659220814}, {"PST8PDT", 1659152414}, {"HST", 1659141614}, }; #endif