Re: [Rails] Re: Weird date/time incompatibility

2010-04-03 Thread Colin Law
On 3 April 2010 00:37, Dudebot craign...@gmail.com wrote: On Apr 2, 6:05 pm, Craig White craigwh...@azapple.com wrote: they actually are in sync Fri Apr  2 17:13:05 CDT 2010 == 2010-04-02 22:13:05 (UTC) as CDT is UTC + 5 hours Sorry for my sloppiness--I understand. I guess my main

[Rails] Re: Weird date/time incompatibility

2010-04-02 Thread Dudebot
On Apr 2, 2:22 am, Colin Law clan...@googlemail.com wrote: ... Checking the html, the database entries with phpMyAdmin, and the log file were where I went first--I should have written that. It's all there, just like the development environment. The log file was what pointed me to the database

Re: [Rails] Re: Weird date/time incompatibility

2010-04-02 Thread Colin Law
On 2 April 2010 12:16, Dudebot craign...@gmail.com wrote: On Apr 2, 2:22 am, Colin Law clan...@googlemail.com wrote: ... Checking the html, the database entries with phpMyAdmin, and the log file were where I went first--I should have written that.  It's all there, just like the development

[Rails] Re: Weird date/time incompatibility

2010-04-02 Thread Dudebot
On Apr 2, 6:30 am, Colin Law clan...@googlemail.com wrote: You say the html is correct in the index view so it cannot be an issue passing the dates to the index view, or you would see the wrong dates there. Thanks for helping with this. What I see in the development html is ?

Re: [Rails] Re: Weird date/time incompatibility

2010-04-02 Thread Colin Law
On 2 April 2010 20:42, Dudebot craign...@gmail.com wrote: On Apr 2, 6:30 am, Colin Law clan...@googlemail.com wrote: You say the html is correct in the index view so it cannot be an issue passing the dates to the index view, or you would see the wrong dates there. Thanks for helping with

[Rails] Re: Weird date/time incompatibility

2010-04-02 Thread Dudebot
On Apr 2, 3:12 pm, Colin Law clan...@googlemail.com wrote: Am I right in assuming that is what is contained in the a href link in the html?  If so then the first thing is that they are in different timezones.  Can you confirm that you are definitely seeing the above dates with the same

Re: [Rails] Re: Weird date/time incompatibility

2010-04-02 Thread Craig White
On Fri, 2010-04-02 at 15:28 -0700, Dudebot wrote: On Apr 2, 3:12 pm, Colin Law clan...@googlemail.com wrote: Am I right in assuming that is what is contained in the a href link in the html? If so then the first thing is that they are in different timezones. Can you confirm that you

[Rails] Re: Weird date/time incompatibility

2010-04-02 Thread Dudebot
On Apr 2, 6:05 pm, Craig White craigwh...@azapple.com wrote: they actually are in sync Fri Apr  2 17:13:05 CDT 2010 == 2010-04-02 22:13:05 (UTC) as CDT is UTC + 5 hours Sorry for my sloppiness--I understand. I guess my main question is why would it show the correct time in the view on one