[Rails] Get the time zone of the datetime object

2011-04-07 Thread Mike Disuza
Hi, I am using rails 3 for my application. My problem is that I am importing the events from meetup.com. I am getting the time of the event but I don't know from which time zone. E.g. Thu Apr 07 07:00:00 PDT I want to find out the time zone for it. Can anyone tell me how to achieve this? Thanks,

Re: [Rails] Get the time zone of the datetime object

2011-04-07 Thread Colin Law
On 7 April 2011 14:08, Mike Disuza li...@ruby-forum.com wrote: Hi, I am using rails 3 for my application. My problem is that I am importing the events from meetup.com. I am getting the time of the event but I don't know from which time zone. E.g. Thu Apr 07 07:00:00 PDT I want to find out