Rails time zones
        Posted  
        
            by Bob
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Bob
        
        
        
        Published on 2010-03-26T14:44:32Z
        Indexed on 
            2010/03/26
            14:53 UTC
        
        
        Read the original article
        Hit count: 273
        
ruby-on-rails
|rails
I'm calling an external web service API that returns a timezone as listed in the Olson timezones database (e.g. "America/New_York"). However some of the values the API returned are "US/Pacific", "US/Eastern" and apparently don't match any of the Olson timezones in Rails 2.3.2. Can anyone shed some light on this? Thanks in advance for your help.
© Stack Overflow or respective owner