Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / base / build_time.h
index 73c01b0..c7df479 100644 (file)
@@ -18,6 +18,9 @@ namespace base {
 //
 // Also, since __TIME__ doesn't include a timezone, this value should only be
 // considered accurate to a day.
+//
+// NOTE: This function is disabled except for the official builds, by default
+// the date returned is "Sep 02 2008 08:00:00 PST".
 Time BASE_EXPORT GetBuildTime();
 
 }  // namespace base