General

Profile

arjan0307 (Arjan Diepenbroek)

  • Login: arjan0307
  • Email: arjan0307@gmail.com
  • Registered on: 05/07/2013
  • Last sign in: 05/07/2013

Issues

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

Activity

05/07/2013

07:32 PM Ruby Bug #8376 (Rejected): utc method changes original time object
The utc method changes the original time object when called.
For example when on a system with a CET timezone.
t = Time.new(2013)
t.zone # CET
t.utc
t.zone # UTC
arjan0307 (Arjan Diepenbroek)

Also available in: Atom