# client.Client.created

- **Module:** client.Client
- **Package:** libtmux
- **Language:** Rust
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/libtmux/src/client.rs#L99
- **Page:** https://libtmux.org/en/rs/latest/reference/client-client-created/

```
client.Client.created(self) -> SystemTime
```

Return when the client connected.

tmux keeps whole seconds. `ClientFields::client_created` filters and
reads the same field as the `i64` of Unix seconds tmux reports, because
the query grammar compares integers.
