summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2016-05-16 11:22:38 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2016-05-16 11:22:38 (GMT)
commit2f8c5b9aef91ac42874aa06481c0fe2220503c3c (patch)
treecb7200a4adf18739a2af4c9ebfe313f4593d12ba /src
parent42c7d88ffc11651d1fb6b997fd23cc938bce4a39 (diff)
parent9a2c7bbfb0c53b4532db7280e6804c7ce76d70a3 (diff)
downloadDoxygen-2f8c5b9aef91ac42874aa06481c0fe2220503c3c.zip
Doxygen-2f8c5b9aef91ac42874aa06481c0fe2220503c3c.tar.gz
Doxygen-2f8c5b9aef91ac42874aa06481c0fe2220503c3c.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'src')
-rwxr-xr-xsrc/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 6d66abd..7624ab9 100755
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -2582,7 +2582,7 @@ QCString dateToString(bool includeTime)
}
else // all ok, replace current time with epoch value
{
- current.setTime_t((ulong)epoch); // TODO: add support for 64bit epoch value
+ current.setTimeUtc_t((ulong)epoch); // TODO: add support for 64bit epoch value
}
}
return theTranslator->trDateTime(current.date().year(),