This project is closed and read-only.
Actions
Bug #2396
closedTime.strftime returns a wrong time zone as hour offset (%z)
Bug #2396:
Time.strftime returns a wrong time zone as hour offset (%z)
Description
=begin
Time.now
=> Tue Nov 24 20:47:11 +0900 2009
Time.now.strftime("%a %b %e %H:%M:%S %z %Y (%Z)")
=> Tue Nov 24 20:47:11 +0800 2009 (KST)
=end
Files
Actions