WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
92671
Add function to calculate the day in year from a date
https://bugs.webkit.org/show_bug.cgi?id=92671
Summary
Add function to calculate the day in year from a date
Patrick R. Gansterer
Reported
2012-07-30 13:20:03 PDT
Add function to calculate the day in year from a date
Attachments
Patch
(2.46 KB, patch)
2012-07-30 13:27 PDT
,
Patrick R. Gansterer
rniwa
: review+
rniwa
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Patrick R. Gansterer
Comment 1
2012-07-30 13:27:34 PDT
Created
attachment 155349
[details]
Patch
Ryosuke Niwa
Comment 2
2012-07-30 13:44:22 PDT
Comment on
attachment 155349
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=155349&action=review
> Source/WTF/ChangeLog:9 > + dayInYear() makes existing firstDayOfMonth data > + accessible from other files than DateMath too.
Please mention that this change helps fixing the
bug 92286
.
> Source/WTF/wtf/DateMath.cpp:289 > -static inline int monthToDayInYear(int month, bool isLeapYear) > +int dayInYear(int year, int month, int day)
Let's keep this function static local for now since it's not used elsewhere at the moment.
Patrick R. Gansterer
Comment 3
2012-07-30 14:53:37 PDT
Committed
r124095
: <
http://trac.webkit.org/changeset/124095
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug