Allow using milliseconds in wxLog timestamp.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Mar 2011 10:59:59 +0000 (10:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Mar 2011 10:59:59 +0000 (10:59 +0000)
commit019044877af14a87e03ab3b178a3d1d8dd4d5a47
tree967a574b97d4e0648a7e8eea7e04342447d4dd8f
parentab4387390c23f4c6e2d854ffed2b8a2ab572c40b
Allow using milliseconds in wxLog timestamp.

Use wxDateTime::UNow() instead of time() and wxDateTime::Format() instead of
localtime() to make it possible to use "%l" specifier in wxLog time stamp.

Closes #13059.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
src/common/log.cpp