From bec3cab56c61720e792c5daa30d8f98535f899f1 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Thu, 28 Dec 2023 16:27:01 +0300 Subject: [PATCH] Pull request: add etc timezones to the timezone list Updates #6568 Squashed commit of the following: commit cea0e9143eb1322d359fdb611ea7572431fef623 Merge: 6f4a5b162 b42063ee8 Author: Ildar Kamalov Date: Thu Dec 28 13:40:47 2023 +0300 Merge branch 'master' into ADG-7953 commit 6f4a5b1629c2e9cffdc23292af8c1319fdd461f1 Merge: c574e3f52 d75712bb9 Author: Ildar Kamalov Date: Wed Dec 27 16:29:53 2023 +0300 Merge branch 'master' into ADG-7953 commit c574e3f52a73f39044b333a2857a11a23ca997a8 Author: Ildar Kamalov Date: Wed Dec 27 09:52:20 2023 +0300 ADG-7953 add etc timezones to the timezones list --- CHANGELOG.md | 2 ++ client/package-lock.json | 26 +++++++++++-------- client/package.json | 2 +- .../Filters/Services/ScheduleForm/Timezone.js | 10 ++++--- 4 files changed, 24 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba073606..bb0f2956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ NOTE: Add new changes BELOW THIS COMMENT. ### Added +- Etc timezones to the timezone list ([#6568]). - The schema version of the configuration file to the output of running `AdGuardHome` (or `AdGuardHome.exe) with `-v --version` command-line options ([#6545]). @@ -75,6 +76,7 @@ NOTE: Add new changes BELOW THIS COMMENT. [#6534]: https://github.com/AdguardTeam/AdGuardHome/issues/6534 [#6541]: https://github.com/AdguardTeam/AdGuardHome/issues/6541 [#6545]: https://github.com/AdguardTeam/AdGuardHome/issues/6545 +[#6568]: https://github.com/AdguardTeam/AdGuardHome/issues/6568 [#6584]: https://github.com/AdguardTeam/AdGuardHome/issues/6584