TimeUtil 리팩토링

This commit is contained in:
2018-09-16 04:14:22 +09:00
parent 469330f270
commit 35728c7911
32 changed files with 165 additions and 156 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ for ($i=0; $i < $nationcount; $i++) {
$year--;
}
$date = date('Y-m-d H:i:s');
$date = TimeUtil::now();
$note = "";
if ($dip['fixed'] != "") {
if ($dip['state'] == 7) {