Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Commonwell
/
broker-site
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
df7ac042
authored
2023-04-21 11:35:12 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
FIX IMPORT
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
a033262e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
wp-content/plugins/import-users-from-csv/import-users-from-csv.php
wp-content/plugins/import-users-from-csv/import-users-from-csv.php
View file @
df7ac04
...
...
@@ -646,7 +646,7 @@ class IS_IU_Import_Users {
$date_completed
=
$userdata
[
'date_completed'
];
$d
=
DateTime
::
createFromFormat
(
'm
/d/
Y 00:00:00'
,
'm
-d-
Y 00:00:00'
,
$date_completed
.
' 00:00:00'
,
new
DateTimeZone
(
'UTC'
)
);
...
...
Please
register
or
sign in
to post a comment