class ActiveSupport::TimeZone

def init_with(coder) # :nodoc:

:nodoc:
def init_with(coder) # :nodoc:
  initialize(coder["name"])
end