From: robert lengu Date: 2013-03-07T04:56:55+09:00 Subject: Compare Zulu time Hi i need to compare zulu date and with current date example : expire_date=20130505172938Z now i need compare that date with current time example current_time= Time.now.strftime( "%y%m%d%H%M%S" ) now if current_time is 3 days behind then expire_date then do something ... .... but the problem is : i cant convert zulu time into current time .. Any help will be really appreciate . -- Posted via http://www.ruby-forum.com/.