Removed unused fixtures at time examples

This commit is contained in:
Hiroshi SHIBATA 2024-03-07 09:35:48 +09:00
Родитель cc757f4a61
Коммит 2bc4575ac0
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -59,7 +59,6 @@ module TimeSpecs
Zone = Struct.new(:std, :dst, :dst_range) Zone = Struct.new(:std, :dst, :dst_range)
Zones = { Zones = {
"Asia/Colombo" => Zone[Z[5*3600+30*60, "MMT"], nil, nil], "Asia/Colombo" => Zone[Z[5*3600+30*60, "MMT"], nil, nil],
"Europe/Kiev" => Zone[Z[2*3600, "EET"], Z[3*3600, "EEST"], 4..10],
"PST" => Zone[Z[(-9*60*60), "PST"], nil, nil], "PST" => Zone[Z[(-9*60*60), "PST"], nil, nil],
} }