exif: fix mtime zone

Signed-off-by: Varun Patil <radialapps@gmail.com>
dexie
Varun Patil 2023-10-01 08:45:44 -07:00
parent 30dadfeac9
commit a14f2febb6
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ class Exif
throw new \Error("FATAL: system timezone is invalid (TZ): {$tz}");
}
return self::forgetTimezone($dt);
return $dt;
}
/**