Ruby Dates - help

How can I display my dates for Eastern time zone? Just add 3 hours to
it when it’s pulled from the database? If so, how do I do that, and if
not, what are my other options?

Thanks!

hreyaatnh wrote:

How can I display my dates for Eastern time zone? Just add 3 hours to
it when it’s pulled from the database? If so, how do I do that, and if
not, what are my other options?

Thanks!

I’m not very experienced with Ruby, but it should have something to do
with getting the time zone from the client browser and using it to
return the time.