diff options
author | Zack Galbreath <zack.galbreath@kitware.com> | 2017-10-30 17:14:45 (GMT) |
---|---|---|
committer | Zack Galbreath <zack.galbreath@kitware.com> | 2017-10-31 14:00:38 (GMT) |
commit | 0987a399ec01813e16c0a2c86d481e2b8e2aab25 (patch) | |
tree | f0922408236da7d41becb81404f84d9878138096 /Utilities | |
parent | 41d796be155e0da8fec66cb281429ed0eb91650d (diff) | |
download | CMake-0987a399ec01813e16c0a2c86d481e2b8e2aab25.zip CMake-0987a399ec01813e16c0a2c86d481e2b8e2aab25.tar.gz CMake-0987a399ec01813e16c0a2c86d481e2b8e2aab25.tar.bz2 |
CTest: fix Time formatting in Notes.xml
Notes.xml was reporting its timestamp in E-notation. Here's an example of
what this looked like:
<Time>1.50938e+09</Time>
This format is unsuitable for precisely determining when the Notes file
was generated. As a result of this commit, the same field now appears as:
<Time>1509383044</Time>
Diffstat (limited to 'Utilities')
0 files changed, 0 insertions, 0 deletions