---
title: "Get the time"
method: GET
path: "/time"
tags: ["Time"]
---

# Get the time

`GET /time`

Gets the time set on the OpenEVSE

## Response `200`

OK

- object
  - `time` string, date-time, required — The time in UTC according to the OpenEVSE.
  - `offset` string, required
  - `local_time` string, date-time, required
  - `uptime` integer, required — EVSE gateway uptime, in seconds

## Changes

- **2023-07-21** `143139f48c58` — 1 info
  - added the required property `uptime` to the response with the `200` status
- **2023-03-23** `31a621c17ba5` — 1 info
  - endpoint added
- **2021-09-09** `8e74ed2c45a0` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/openevse/apis/openevse-wifi-api/changes/time/get.md)

---

[API](https://skmtc.dev/openevse/apis/openevse-wifi-api.md) · [All operations](https://skmtc.dev/openevse/apis/openevse-wifi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openevse/openevse-wifi-api/revisions/0b557db566f3/schema)
