Edit the Date of a GPS Photo Without Losing Its Location
Sep 19, 2026 · Photo Location Tools
Drone shots, dashcam stills, and phone photos taken with location services on all carry two records at once: the picture itself, and a set of coordinates stored in the file's EXIF metadata. When the stored date is wrong — the camera clock was never set, a timezone change scrambled it, or the file passed through an editor — fixing it feels risky. The photo also holds a location you probably want to keep.
The short answer: the date and the coordinates are separate fields inside the same metadata block. A metadata-only editor rewrites the date fields and copies everything else byte-for-byte, so the location survives. The rest of this article shows the process, the exact fields involved, and how to confirm the result.
Will Editing the Date Delete the GPS Location?
Not by itself. In EXIF metadata, the date fields (DateTimeOriginal and its siblings) and the GPS fields (GPSLatitude, GPSLongitude, plus their north/south and east/west references) sit side by side as independent records. An editor that only rewrites metadata changes one group and leaves the other exactly as it was.
The caveat is the tool, not the format. Editors that re-save a photo through a drawing canvas re-encode the entire image and commonly drop every metadata field in the process — GPS included. That kind of "date fix" quietly strips the location. So the choice that matters is whether the tool edits metadata only, or re-encodes the picture.
One nuance sits inside the GPS block itself: some cameras record a separate receiver date alongside the coordinates (the GPSDateStamp and GPSTimeStamp fields). A date-only editor leaves those records untouched, so a photo can end up with the corrected date in its main EXIF fields while the GPS block still carries the older receiver date. Map apps read the coordinates and ignore it, but a full metadata viewer will show both values.
How to Edit the Date of a GPS Photo Online
The Edit Photo Date tool does this in the browser for free, without an account, and the photo never leaves your device:
- Upload the JPEG. The tool reads the file and shows the date currently stored in it — or tells you the file has no date at all and starts from the current time instead.
- Enter the correct date and time.
- Click save. The tool rewrites the date fields and then re-reads the output file to confirm the new value before the download is offered.
- Download the file, named like
originalname-dated.jpg.
Only JPEG is supported, up to 20MB per photo — it is the format cameras and phones write EXIF into.
Which Fields Change — and What Stays
The edit rewrites three date records and touches nothing else:
| Rewritten | Preserved | | ------------------------------------- | -------------------------------------------- | | DateTimeOriginal (the "Date Taken") | GPS latitude, longitude and their references | | DateTimeDigitized | Camera make, model and lens | | DateTime (the file-level modify date) | Exposure settings, image data |
The image data itself is not re-encoded. The compressed bytes that form the picture are copied as-is, which means resolution, quality, orientation and every pixel are identical before and after — there is no watermark, stamp or visible difference of any kind.
How to Verify the New Date
Upload the downloaded file to the EXIF viewer. It shows the stored date and, on one screen, the map position as well — one check confirms both the new date and that the location survived. The viewer also reveals the receiver-date nuance described above, since the GPS block is listed among the raw fields. File explorers work too: the Properties or Get Info panel lists the "Date taken" next to the GPS coordinates. After re-importing the file, photo libraries such as Google Photos sort the picture under the new date and keep its position on the map — though individual services can handle metadata differently on upload.
FAQ
Does the EXIF date store the time zone?
No. The standard date fields hold a plain local-time string with no timezone attached. Enter the local time of the place the GPS coordinates point to — the value is what photo libraries display, not a physics-grade timestamp.
Can I batch-edit the dates of several GPS photos?
Not at the moment; the tool processes one photo at a time.
The date is printed on the picture itself. Can this fix that?
No. A date that is part of the pixels — the kind a GPS Map Camera-style watermark app draws — cannot be moved by editing metadata. That job needs the image edited: see how to edit the date in a GPS Map Camera photo for both cases, or remove the stamped band with the watermark remover.
If the goal was only to correct the record, the steps above change the date and nothing else. And if you decide the location is the sensitive part, removing the EXIF metadata strips the coordinates instead.