[webkit-reviews] review requested: [Bug 34409] Use WTF::getLocalTime instead of localtime_r in FTPDirectoryDocument : [Attachment 47949] Use WTF::getLocalTime

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 2 10:29:33 PST 2010


Kwang Yul Seo <kwangyul.seo at gmail.com> has asked  for review:
Bug 34409: Use WTF::getLocalTime instead of localtime_r in FTPDirectoryDocument
https://bugs.webkit.org/show_bug.cgi?id=34409

Attachment 47949: Use WTF::getLocalTime
https://bugs.webkit.org/attachment.cgi?id=47949&action=review

------- Additional Comments from Kwang Yul Seo <kwangyul.seo at gmail.com>
Move gmtimeQt(const QDateTime &input) to FTPDirectoryParser.cpp because it is
shared. Remove platform guards for localtime_r and use WTF::getLocalTime
unconditionally.


More information about the webkit-reviews mailing list