Skip to content

Commit

Permalink
Update examples.json (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rko committed Jul 20, 2022
1 parent e7efc70 commit a64a67a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion time/examples.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"now": [
{
"title": "Returns current time, optionally with location",
"title": "Returns current UTC time",
"run_check": true,
"request": {},
"response": {
Expand All @@ -11,6 +11,20 @@
"timezone": "UTC",
"unix": "1631543744"
}
},
{
"title": "Returns current time for given location",
"run_check": true,
"request": {
"location": "London"
},
"response": {
"localtime": "15:35:44",
"timestamp": "2021-09-13T15:35:44.144293723+01:00",
"location": "Prime Meridian",
"timezone": "Europe/London",
"unix": "1631543744"
}
}
],
"zone": [
Expand Down

0 comments on commit a64a67a

Please sign in to comment.