Method deprecated
This method is deprecated on the latest stable version of Rails.
The last existing version (v2.1.0) is shown here.
to_s()
public
Returns a textual representation of this time zone.
Show source
def to_s
"(GMT#{formatted_offset}) #{name}"
end