General

Profile

webpapaya (Thomas Mayrhofer)

  • Login: webpapaya
  • Registered on: 10/10/2016
  • Last sign in: 10/10/2016

Issues

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

Activity

10/10/2016

09:22 AM Ruby Bug #12825 (Rejected): Time.parse doesn't work when using T as time delimiter and only hours are specified
When using the T delimiter instead of \s the hour isn't parsed correctly.
~~~ ruby
require 'time'
Time.parse('2000-01-01T10') # => 2000-01-01 00:00:00 +0100
Time.parse('2000-01-01 10') # => 2000-01-01 10:00:00 +0100
~~~
When t...
webpapaya (Thomas Mayrhofer)

Also available in: Atom