RESOLVED FIXED 83164
Add WTF::getCurrentLocalTime()
https://bugs.webkit.org/show_bug.cgi?id=83164
Summary Add WTF::getCurrentLocalTime()
Patrick R. Gansterer
Reported 2012-04-04 08:06:32 PDT
Add WTF::getCurrentLocalTime()
Attachments
Patch (6.09 KB, patch)
2012-04-04 08:11 PDT, Patrick R. Gansterer
no flags
Patch (7.28 KB, patch)
2012-04-04 10:35 PDT, Patrick R. Gansterer
no flags
Patch (8.32 KB, patch)
2012-04-04 11:31 PDT, Patrick R. Gansterer
no flags
Patch (9.39 KB, patch)
2012-04-04 14:01 PDT, Patrick R. Gansterer
no flags
Patrick R. Gansterer
Comment 1 2012-04-04 08:11:48 PDT
Alexey Proskuryakov
Comment 2 2012-04-04 09:51:08 PDT
Comment on attachment 135593 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=135593&action=review > Source/WTF/ChangeLog:13 > + (WTF): Please always remove useless gunk like this. > Source/WTF/wtf/CurrentTime.h:61 > +inline void getCurrentLocalTime(struct tm* localTM) Why does this need to be inline? It most likely shouldn't be. > Source/WebCore/loader/archive/mhtml/MHTMLArchive.cpp:148 > + String dateString = makeRFC2822DateString(localTM.tm_wday, localTM.tm_mday, localTM.tm_mon, 1900 + localTM.tm_year, localTM.tm_hour, localTM.tm_min, localTM.tm_sec, calculateUTCOffset() / (1000 * 60)); It's not great that conversion to local time and time zone offset calculation are separate steps, subject to race condition. But not new to this patch, and not very likely to occur in practice.
Patrick R. Gansterer
Comment 3 2012-04-04 10:35:14 PDT
Build Bot
Comment 4 2012-04-04 11:03:43 PDT
Patrick R. Gansterer
Comment 5 2012-04-04 11:31:31 PDT
WebKit Review Bot
Comment 6 2012-04-04 12:38:04 PDT
Comment on attachment 135640 [details] Patch Attachment 135640 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/12324902
Patrick R. Gansterer
Comment 7 2012-04-04 14:01:48 PDT
Patrick R. Gansterer
Comment 8 2012-04-04 23:40:48 PDT
Comment on attachment 135672 [details] Patch Clearing flags on attachment: 135672 Committed r113295: <http://trac.webkit.org/changeset/113295>
Patrick R. Gansterer
Comment 9 2012-04-04 23:40:57 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.