0
DD/MM/YYYY
如果打印我TimeWithZone對象時,它會顯示:如何格式化TimeWithZone來顯示時間像紅寶石
@issue.created_on.to_s
"=> 2013-10-28 18:12:23 UTC "
我想知道的方式來打印時區,如下所示:
"=> 28/10/2013 18:12:23"
我該怎麼辦?
試試這個方法http://www.ruby-doc.org/stdlib-2.0.0/libdoc/date/rdoc/Date.html#method-i-strftime –