> For the complete documentation index, see [llms.txt](https://shedmate.gitbook.io/shedmate-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shedmate.gitbook.io/shedmate-help/setting-up-shedmate/costing-database-and-pricing-calculations/variables/functions-with-units/time.md).

# TIME

Shedmate, the platform that processes the measurements, recognises all the time values provided as seconds (s) and performs internal conversions as required.

1 s (second) remains as 1 s, as it is the base unit.&#x20;

<figure><img src="/files/egx81VwnR5AM7vUBsLOD" alt=""><figcaption></figcaption></figure>

1 min (minute) = 60 s, and 1 h (hour) = 3,600 s.

<figure><img src="/files/Djiq7cALi7xlnd2Fp4P4" alt=""><figcaption></figcaption></figure>

1 d (day) = 86,400 s.&#x20;

<figure><img src="/files/p19sZUKZKNIhseI48zKi" alt=""><figcaption></figcaption></figure>

With these conversions, all time measurements will be in the base unit, second (s), making it easier to make consistent calculations and comparisons.


---

# 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:

```
GET https://shedmate.gitbook.io/shedmate-help/setting-up-shedmate/costing-database-and-pricing-calculations/variables/functions-with-units/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.
