projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ece35c
)
sql/GenerateData.php - Change 12-hour `Ymdhis` to 24-hour `YmdHis`
author
Tim Otten
<totten@civicrm.org>
Fri, 20 May 2016 00:54:32 +0000
(17:54 -0700)
committer
Tim Otten
<totten@civicrm.org>
Fri, 20 May 2016 00:54:32 +0000
(17:54 -0700)
sql/GenerateData.php
patch
|
blob
|
blame
|
history
diff --git
a/sql/GenerateData.php
b/sql/GenerateData.php
index ef45f8b9648dbcf1150220961e92fd29d338e669..a9bc42c57ff8c1f1a8bb1d1244efa91fa9163708 100644
(file)
--- a/
sql/GenerateData.php
+++ b/
sql/GenerateData.php
@@
-374,7
+374,7
@@
class CRM_GCD {
// number of seconds per year
$numSecond = 31536000;
- $dateFormat = "Ymd
h
is";
+ $dateFormat = "Ymd
H
is";
$today = time();
// both are defined