Store created_at in Hawaii's time zone UTC-10

Hi, I have to use Hawaii's time zone which is UTC-10 for my created_at. Can anyone tell me how can I solve this problem? Thanks, Tushar

Times should generally always be stored in UTC, then there is no confusion about the time. Display it in the local timezone when display is required.

Colin

Yes, I agreed. But still I need to store the date in Hawai timezone. How can I set the time zone for Time.now? Thanks, Tushar Colin Law wrote:

Yes, I agreed. But still I need to store the date in Hawai timezone. How can I set the time zone for Time.now?

That is not the same question. google for rails time zone will provide useful links such as

Colin