takeout: include tz (fix #977)

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/1010/head
Varun Patil 2024-01-05 08:18:35 -08:00
parent 4aaf6c32a2
commit a1ee15d288
1 changed files with 1 additions and 1 deletions

View File

@ -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