Skip to content

Commit

Permalink
Note that time fields should not be trusted with fake_epoch
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed May 5, 2024
1 parent 8140de6 commit 44ccf9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions adapter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ It adds a few nice features on top of the official API:
- A now and next API that is not dependant on being part way through the event to develop for
- Listing venues

The format of the data returned by the adapter is effectively identical to what the official EMF API is (with the expection of correctly formatted timestamps).

Note that if you make use of `fake_epoch` that this only changes the start and end timestamps (`start_date` and `end_date`) it does not affect the times (`start_time` and `end_time`, why these fields are there when the former fields are actually a timestamp I have no bloody idea).

## Examples

It is likely useful to stuff the output of these into your JSON visualiser of choice (e.g. pipe to `| jq | less`).
Expand Down

0 comments on commit 44ccf9f

Please sign in to comment.