From: "tadf (tadayoshi funaba)" Date: 2013-06-29T06:19:25+09:00 Subject: [ruby-core:55693] [ruby-trunk - Bug #7445][Rejected] strptime('%s %z') doesn't work Issue #7445 has been updated by tadf (tadayoshi funaba). Status changed from Assigned to Rejected there is no evidence of bug. ---------------------------------------- Bug #7445: strptime('%s %z') doesn't work https://bugs.ruby-lang.org/issues/7445#change-40192 Author: felipec (Felipe Contreras) Status: Rejected Priority: Low Assignee: tadf (tadayoshi funaba) Category: lib Target version: Next Major ruby -v: ruby 1.9.3p327 Backport: See: ruby -e "require 'date'; p DateTime.strptime('0 +0100', '%s %z').strftime('%s %z')" The timezone is ignored. -- http://bugs.ruby-lang.org/