Hi TZ users,
I just installed the tz gem and am trying to follow the example on
http://tzinfo.rubyforge.org/doc/
I put the following in my controller at the top (not under any def)
require 'tzinfo'
I then put the following under one of my definitions in my controller for the
page I want the time to be displayed on:
tz = TZInfo::Timezone.get('America/New_York')
@local = tz.utc_to_local(Time.utc(2005,8,29,15,35,0))
I was trying to call this in my view with this statement which doesn't work:
<td><%=@ local %></td>
I'm obviously calling this incorrectly, would you have any suggestions?
The error I'm getting in my log is:
TZInfo::InvalidTimezoneIdentifier (Invalid identifier):
/usr/local/ruby/lib/ruby/gems/1.8/gems/tzinfo-0.3.5/lib/tzinfo/timezone.rb:81:in
`get'
/app/controllers/buy_controller.rb:28:in `indexadmin'
thanks
jackster_______________________________________________
TZInfo-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/tzinfo-users