# Millisecond Timestamp to Date

The Millisecond Timestamp to Date block is an extended version of the Timestamp to Date block, allowing developers to convert Unix timestamps that include milliseconds into human-readable date formats. With this block, developers can work with timestamp data that offers sub-second precision.

Applications that require highly accurate time representation, such as real-time data visualization, time-sensitive analytics, or transactional systems, can benefit significantly from the Millisecond Timestamp to Date block. By leveraging this block's capabilities, developers can ensure that timestamp data is presented with the level of precision required by their specific use case.


---

# 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.graphlinq.io/dev-tooling/blocks/time/millisecond-timestamp-to-date.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.
