sql/GenerateData.php - Change 12-hour `Ymdhis` to 24-hour `YmdHis`
authorTim Otten <totten@civicrm.org>
Fri, 20 May 2016 00:54:32 +0000 (17:54 -0700)
committerTim Otten <totten@civicrm.org>
Fri, 20 May 2016 00:54:32 +0000 (17:54 -0700)
sql/GenerateData.php

index ef45f8b9648dbcf1150220961e92fd29d338e669..a9bc42c57ff8c1f1a8bb1d1244efa91fa9163708 100644 (file)
@@ -374,7 +374,7 @@ class CRM_GCD {
 
     // number of seconds per year
     $numSecond = 31536000;
-    $dateFormat = "Ymdhis";
+    $dateFormat = "YmdHis";
     $today = time();
 
     // both are defined