Featured
-
No Featured Found!
Tags
Converting timezone of date-time without effecting the actual time
I am looking for a way in rails using which I can change the timezone i.e UTC or GMT of date time string without actually making any changes to the original string (just want to change the timezone) .
Is there any inbuilt time method in Rails...