зеркало из https://github.com/github/ruby.git
Removed unused fixtures at time examples
This commit is contained in:
Родитель
cc757f4a61
Коммит
2bc4575ac0
|
@ -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],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче