> For the complete documentation index, see [llms.txt](https://docs.novacura.com/flow-development-guidelines/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novacura.com/flow-development-guidelines/advance-flow-features/importing-data-from-flat-files-using-flow/scheduled-flows.md).

# Scheduled Flows

When scheduling a Flow it somewhat cryptically states that date and time is saved in UTC but presented in your local time zone. But what does that really mean?&#x20;

Some investigation shows us that what is shown under "Status" is in UTC, so if I am in UTC+2 at the moment the flow was in this scenario completed at 08:18:03 local time (06:18:03 UTC).

As 07:15 is set under the Start-section I am guessing that this was set during daylight saving, when we were at UTC+1, meaning that 07:15 was 08:15 local at that time. If I now want to move it in time, I need to take in to consideration that I am at UTC+2 at the moment&#x20;

![](/files/-Mc8LVaCxCxJGQEBqjjm)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.novacura.com/flow-development-guidelines/advance-flow-features/importing-data-from-flat-files-using-flow/scheduled-flows.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
