< :前の番号
^ :番号順リスト
> :次の番号
P :前の記事(スレッド移動)
N :次の記事(スレッド移動)
|<:前のスレッド
>|:次のスレッド
^ :返事先
_:自分への返事
>:同じ返事先を持つ記事(前)
<:同じ返事先を持つ記事(後)
---:分割してスレッド表示、再表示
| :分割して(縦)スレッド表示、再表示
~ :スレッドのフレーム消去
.:インデックス
..:インデックスのインデックス
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/