diff --git a/config/config.sample.php b/config/config.sample.php
index a9ab67374f85827dfd447a31455b235c74011f62..3d1829e17e65d0a00c854256d66e3f2d1db7e7c4 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -716,9 +716,8 @@ $CONFIG = array(
 /**
  * This uses PHP.date formatting; see http://php.net/manual/en/function.date.php
  *
- * Defaults to ``Y-m-d\TH:i:sP`` (ISO8601 but with colon between hours and
- * minutes of the timezone) - see \DateTime::ISO8601
- * (https://secure.php.net/manual/en/class.datetime.php#datetime.constants.iso8601)
+ * Defaults to ISO 8601 ``2005-08-15T15:52:01+00:00`` - see \DateTime::ATOM
+ * (https://secure.php.net/manual/en/class.datetime.php#datetime.constants.atom)
  */
 'logdateformat' => 'F d, Y H:i:s',