General

Profile

zombor (Jeremy Bush)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

05/26/2012

01:09 PM Ruby master Bug #6491: DateTime.strftime('%Z') output is incorrect format
If this is expected functionality, then perhaps the documentation should be changed. It clearly says `%Z - Time zone ... zombor (Jeremy Bush)
12:15 PM Ruby master Bug #6491: DateTime.strftime('%Z') output is incorrect format
And if it's not a bug, what's the difference between `%:z` and `%Z`? Currently they basically output the same thing. ... zombor (Jeremy Bush)
12:11 PM Ruby master Bug #6491: DateTime.strftime('%Z') output is incorrect format
Time.parse().strftime('%Z') outputs `UTC`. Notice I said "similar format". It should output a human consumable output... zombor (Jeremy Bush)

05/25/2012

07:19 AM Ruby master Bug #6491 (Rejected): DateTime.strftime('%Z') output is incorrect format
DateTime.parse('2012/05/23').strftime('%Z') should output 'GMT' (or a similar string). It outputs "+00:00" (or a simi... zombor (Jeremy Bush)

Also available in: Atom