General

Profile

pblesi (Patrick Blesi)

  • Login: pblesi
  • Email: patface9@gmail.com
  • Registered on: 01/07/2014
  • Last sign in: 01/07/2014

Issues

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

Activity

01/07/2014

01:12 AM Ruby Bug #9372: Date function cweek reports innaccurately for the date December 30, 2013
I've added some code for extra clarity.
~~~ruby
2.0.0p247 :017 > require 'date'
=> true
2.0.0p247 :018 > d = Date.new(2013,12,30)
=> #<Date: 2013-12-30 ((2456657j,0s,0n),+0s,2299161j)>
2.0.0p247 :019 > d.cweek
=> 1
2.0....
pblesi (Patrick Blesi)
01:01 AM Ruby Bug #9372 (Rejected): Date function cweek reports innaccurately for the date December 30, 2013
Date function cweek reports innaccurately for the date December 30, 2013. The current week is reported as 1 instead of 53. pblesi (Patrick Blesi)

Also available in: Atom