# `Codex.Events.CurrentTimeReadRequested`
[🔗](https://github.com/nshkrdotcom/codex_sdk/blob/v0.18.1/lib/codex/events.ex#L1184)

Event emitted when the app-server asks the client to read the current
time from an externally-owned clock. There is no default provider;
respond via `Codex.AppServer.respond/3` with
`%{"currentTimeAt" => unix_seconds}` or the request will not receive a
timely response.

# `t`

```elixir
@type t() :: %Codex.Events.CurrentTimeReadRequested{
  id: String.t() | integer(),
  thread_id: String.t()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
