Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2.0.3) is shown here.
These similar methods exist in v3.2.13:
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