# Timestamps

Many of our products use something called a "**Unix Epoch" t**imestamp when servers may need to specify specific times or dates. All most people need to really know about these timestamps is how to make them & how to read them.

### How do I get/create an epoch timestamp?

1. Head over to <https://www.epochconverter.com/>
2. If you want to generate an epoch for a specific time, enter your date & time into the fields besides "Human date to Timestamp"&#x20;
3. After you enter the date, "Human date to Timestamp" it will return an "Epoch timestamp" listed below the fields used to specify the date. You can just copy that timestamp & use it in your configs.

### Cant Remember What Time This Was?

Simply head to the same site listed above, and enter your unknown timestamp into the listed field. The site will tell you when your timestamp is in your local time.


---

# 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://docs.supremeventures.ca/important-information/configuration-options/timestamps.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.
