parent
4aaf6c32a2
commit
a1ee15d288
|
@ -326,7 +326,7 @@ class MigrateGoogleTakeout extends Command
|
|||
if (is_numeric($epoch)) {
|
||||
$date = new \DateTime();
|
||||
$date->setTimestamp((int) $epoch);
|
||||
$txf['AllDates'] = $date->format('Y:m:d H:i:s');
|
||||
$txf['AllDates'] = $date->format('Y:m:d H:i:sO');
|
||||
}
|
||||
|
||||
// Location coordinates
|
||||
|
|
Loading…
Reference in New Issue