# Time Control

#### Date and Time Displayed

Tacview displays the current date and time in the upper-left corner of the 3D view. This corresponds to the mission date and time, in UTC, as provided by the flight simulator or telemetry file:

![Date and Time](/files/8m3Eqd3Vg7i7wBEZD7SQ)

#### UTC Offset

To display the time of a specific timezone, go to `Options` → `Time Offset`.

![UTC Offset  and Time](/files/i9FqfFCmHnaWkmkoZIsF)

#### Timeline

The timeline at the bottom of the main window shows the progression of the mission. Markers indicate combat events, such as weapon releases, hits, and destruction events. The markers a grey by default and when an object is selected, events related to that object are highlighted in blue on the timeline.

![Timeline and Markers](/files/jVne8POQBVkhBo9rH0AT)

#### Controlling Time with Keyboard and Mouse

At any time in Tacview, press `F1` or go to `Help` → `Controls List` to display the list of available keyboard and mouse controls.

Ensure that the 3D view is in focus (by clicking on it) before you use any keyboard controls.

![Controls List](/files/gvOkgmFpWGlKgXZPrpb0)

#### Time Jumps

You can jump to a specific point in time by selecting `Analysis` → `Time Jump`, or by double-clicking the time displayed to the left of the playback bar.

![Time Jump](/files/cWIZ5YDf2SwuC65GWWAa)

#### Charts

When viewing a chart, hold the middle mouse button, or both the left and right mouse buttons, and drag to inspect what was happening at a specific point on the chart.

![Charts](/files/Mxp91nYtSBiq0zV2osbP)

#### Weapons Deployment

In the object list, you can `Shift` + `Click` a weapon to jump to the time when it was released.

![Weapons Deployment](/files/23d25bHyAennP0chVJdt)

#### Flight Log

You can also double-click any entry in the [Flight Log](/tacview/getting-started/flight-log.md) to jump directly to that event.

![Flight Log](/files/ixjQiIF1w3a2RUY9bDjw)

### Time Shift

The Time Shift option moves the selected object’s telemetry forward or backward in time, without changing the shape of its trajectory.

Use this option when an object’s position data is correct, but its timing is offset. This can happen when a flight recorder clock was incorrect, when telemetry was imported from multiple sources, or when recordings were not perfectly synchronized.

Time Shift can also be used to compare performances more clearly. By aligning two aircraft at the same point in time, you can compare their trajectories, approaches, turns, or race lines as if they had started together.

Find the option at `Debriefing` → `Time Shift`

![Time Shift](/files/qMk4e1ERZwiJxuEa7aNZ)

#### Real-Time Telemetry

When using Real-Time Telemetry, if playback becomes desynchronized, click the Next arrow button to return to real time.

![Sync with Real-Time Telemetry](/files/O6lr3H0eJjhCAMDBieLI)

#### Tutorial Video

Watch the [tutorial video](https://www.youtube.com/watch?v=o1WbTLFtCOU) to see these options in action.


---

# Agent Instructions: 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://raia-software-inc.gitbook.io/tacview/getting-the-most/time-control.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.
