Index: /trunk/src/VBox/Main/ProgressImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/ProgressImpl.cpp	(revision 23661)
+++ /trunk/src/VBox/Main/ProgressImpl.cpp	(revision 23662)
@@ -747,5 +747,5 @@
     {
         RTTIMESPEC time;
-        RTTimeNow (&time);
+        RTTimeNow (&time); /** @todo r=bird: Use monotonic time (RTTimeMilliTS()) here because of daylight saving and things like that. */
 
         int vrc = VINF_SUCCESS;
