General

Profile

boris (Boris Ruf)

Issues

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

Activity

01/05/2015

08:53 PM Ruby Bug #10698 (Closed): Time#local behaves differently during clock change
This is probably not a bug but since it changes previous behavior it should be noted somewhere.
Ruby 2.1.5:
~~~
>> ENV['TZ'] = 'Europe/Berlin'
=> "Europe/Berlin"
> ...
=> "CET"
~~~
Ruby 2.2.0:
~~~
>> ENV['TZ'] = 'Europe/...
boris (Boris Ruf)

Also available in: Atom