# Time handling and Scheduling

## `time.is`

Using [time.is](https://time.is/), it's relatively easy to craft links to points in time.

For example, to understand which time *'09:00 AM'* in *Eastern Standard Time* would be relative to Germany, the UK, New York and Dallay, you can craft this link:

```
https://time.is/compare/0900_27_Jan_2020_in_EST/Germany/United_Kingdom/New_York/Dallas
```

As result, you get this view:

![time.is screenshot with multiple timezones](/files/7RUWtaeQCTNuYSFzTflw)


---

# 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://cookbook.geuer-pollmann.de/productivity/time.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.
