# `Common.Message.SystemTime`
[🔗](https://github.com/fancydrones/xmavlink/blob/main/lib/common.ex#L2579)

# `t`

```elixir
@type t() :: %Common.Message.SystemTime{
  time_boot_ms: XMAVLink.Types.uint32_t(),
  time_unix_usec: XMAVLink.Types.uint64_t()
}
```

The system time is the time of the master clock, typically the computer clock of the main onboard computer.

---

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