From c0113c8091373b76e0773b9d8bfc798cdab5bc5d Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sun, 17 Jul 2016 00:23:12 +0000 Subject: [PATCH] update readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 83df041..3353ff4 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,16 @@ To read a database, make a GET request as follows: * before - (optional, default to now) specify a full timestamp to return a single record before this date (the point returned will be no more than 24 hours before the given date) * geocode - (optional) if "true", then the location found will be reverse geocoded using [Atlas](https://atlas.p3k.io) to find the city and timezone at the location +`GET /api/find-from-localtime` +This API method can help you answer the question "Where was I when my watch read 9:30am on July 15th?". + +Timestamps in Exif data do not include the timezone offset, and there is no standard mechanism for including the timezone offset in Exif. Some Canon cameras put the offset in a field, but not all of them do. You can use this method to find your location given an Exif date. + +* token - (required) the read token for the database +* input - specify a clock time in the format `YYYY-mm-dd HH:MM:SS` + +This will query the database and find the closest matching location for when your clock read that time. + ## Credits