Hi,
I am faced with a peculiar issue with respect to Timezone in Ruby. I want to convert the following
Sat Sep 11 15:15:00 +0530 2010
to
Sat Sep 11 15:15:00 -0400 2010
As you can notice, only the time zone has been converted and no other part has changed. How to do this in Ruby.