Record
instant
An "instant", or "exact time", is a point in time without regard to any time zone: just the time since a particular external reference point, often called an "epoch".
record instant {
seconds: s64,
nanoseconds: u32,
}Fields
| Name | Type | Description |
|---|---|---|
| seconds | s64 | |
| nanoseconds | u32 |