FIX IMPORT
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -646,7 +646,7 @@ class IS_IU_Import_Users { | ... | @@ -646,7 +646,7 @@ class IS_IU_Import_Users { |
| 646 | $date_completed = $userdata['date_completed']; | 646 | $date_completed = $userdata['date_completed']; |
| 647 | 647 | ||
| 648 | $d = DateTime::createFromFormat( | 648 | $d = DateTime::createFromFormat( |
| 649 | 'm/d/Y 00:00:00', | 649 | 'm-d-Y 00:00:00', |
| 650 | $date_completed.' 00:00:00', | 650 | $date_completed.' 00:00:00', |
| 651 | new DateTimeZone('UTC') | 651 | new DateTimeZone('UTC') |
| 652 | ); | 652 | ); | ... | ... |
-
Please register or sign in to post a comment