boris (Boris Ruf)
- Login: boris
- Email: boris@rocket-rentals.de
- Registered on: 01/05/2015
- Last sign in: 01/05/2015
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/...