set correct timetable dst for 'Sarajevo, Skopje, Warsaw, Zagreb'

year: 2022 and 2023
This commit is contained in:
Tomasz Sowa 2022-01-26 22:34:13 +01:00
parent 557555c4b3
commit f6cb9a8aed
1 changed files with 17 additions and 1 deletions

View File

@ -812,14 +812,30 @@ offset_str = "+01:00"
start = "03-25 01:00"
end = "10-28 01:00"}
2018 {
{
year = "2018"
has_dst = true
offset_str = "+01:00"
start = "03-25 01:00"
end = "10-28 01:00"}
{
year = "2022"
has_dst = true
offset_str = "+01:00"
start = "03-27 01:00"
end = "10-30 01:00"}
{
year = "2023"
has_dst = true
offset_str = "+01:00"
start = "03-26 01:00"
end = "10-29 01:00"}
) # end of dst
}