# session.Session.created

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

```
session.Session.created(self) -> SystemTime
```

Return when the session was created.

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