I have my Linux server in New York, configured to GMT.
All my dates are being saved in UTC.
To return these dates to client, the only thing I need to do is ?
date = my_date.utc_to_local
No matters where my client is in the world ?
Do Rails knows where my client is ?