From: "tadf (tadayoshi funaba)" Date: 2012-05-26T12:39:19+09:00 Subject: [ruby-core:45250] [ruby-trunk - Bug #6491] DateTime.strftime('%Z') output is incorrect format Issue #6491 has been updated by tadf (tadayoshi funaba). i tried to avoid the term of UTC or similar words here carefully. because, we use +00:00 as a local time. ruby's Time object has a mode UTC/local time. but, DateTime does not so. DateTime does not have the obvious local time zone. incorrect? i don't think so. iso8601 is a human readable format. ---------------------------------------- Bug #6491: DateTime.strftime('%Z') output is incorrect format https://bugs.ruby-lang.org/issues/6491#change-26834 Author: zombor (Jeremy Bush) Status: Rejected Priority: Low Assignee: tadf (tadayoshi funaba) Category: Target version: ruby -v: ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin11] DateTime.parse('2012/05/23').strftime('%Z') should output 'GMT' (or a similar string). It outputs "+00:00" (or a similar offset string). -- http://bugs.ruby-lang.org/