> For the complete documentation index, see [llms.txt](https://docs.intrepidcs.com/vspy-3-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intrepidcs.com/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-top-toolbar/messages-view-timestamping.md).

# Messages View Timestamping

[Messages view](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view.md) is capable of displaying two different timestamp types.

The first type is **relative time stamping**. This is the time between this message and the previous one.

For example, if a message had a relative timestamp of 0.250 sec, then the previous message arrived 250 ms earlier.

The second type is **absolute time stamping**. This is the time from the Vehicle Spy start time until that message was received.

Relative time stamping is the default in Vehicle Spy. To switch to absolute time stamping, click the **Time Abs** button (Figure 1) in the Messages view [top toolbar](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-top-toolbar.md). When the button is depressed, absolute time stamping is displayed. To switch back to relative time stamping, simply press the button again. Tapping [predefined function key](/vspy-3-documentation/shared-features-in-vehicle-spy/shared-features-predefined-function-keys.md) **F3 then A** will also switch timestamp modes.

The Time Abs button does NOT affect the contents of saved buffers. Saved buffers always have both absolute and relative timestamps.

![Figure 1: Activate absolute time stamping by clicking the Time Abs button.](/files/NagiigIfzNumzM3n4Sw4)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.intrepidcs.com/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-top-toolbar/messages-view-timestamping.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
