Issue #7445 has been updated by usa (Usaku NAKAMURA). Category set to lib Status changed from Open to Assigned Assignee set to tadf (tadayoshi funaba) Target version set to 2.0.0 ---------------------------------------- Bug #7445: strptime('%s %z') doesn't work https://bugs.ruby-lang.org/issues/7445#change-34044 Author: felipec (Felipe Contreras) Status: Assigned Priority: Normal Assignee: tadf (tadayoshi funaba) Category: lib Target version: 2.0.0 ruby -v: ruby 1.9.3p327 See: ruby -e "require 'date'; p DateTime.strptime('0 +0100', '%s %z').strftime('%s %z')" The timezone is ignored. -- http://bugs.ruby-lang.org/