Method deprecated
This method is deprecated on the latest stable version of Rails.
The last existing version (v2.0.3) is shown here.
create(name, offset)
public
Create a new TimeZone instance with the given name and
offset.
Show source
def create(name, offset)
zone = allocate
zone.send!(:initialize, name, offset)
zone
end