ruby get Time in given timezone
Posted
by ashweta
on Stack Overflow
See other posts from Stack Overflow
or by ashweta
Published on 2010-05-28T06:50:07Z
Indexed on
2010/05/28
6:51 UTC
Read the original article
Hit count: 124
In ruby, how can I get current time in a given timezone? I know the offset from UTC, and want to get the current time in the timezone with that offset.
© Stack Overflow or respective owner