# Day and night length

Each month in this plugin has a unique day and night length for extra realism. Just like in real life the days in summer are longer than the night and the opposite in winter. These are the default settings:

| Months             | Day length | Night length |
| ------------------ | ---------- | ------------ |
| January            | 7 minutes  | 13 minutes   |
| February, December | 8 minutes  | 12 minutes   |
| March, November    | 9 minutes  | 11 minutes   |
| April, October     | 10 minutes | 10 minutes   |
| May, September     | 11 minutes | 9 minutes    |
| June, August       | 12 minutes | 8 minutes    |
| July               | 13 minutes | 7 minutes    |

The day and night length can be changed to anything you want in the [configuration](/configuration/calendar.md). By anything I mean anything. It does not have to be a total of 20 minutes and there is no limit on how long a day can be. You could make the day 30 hours and the night 1 minute.

Increasing the day and night length in all months is also a great way to increase the length of the year while still having the same amount of days per month. January 60 doesn't look good. Simply setting the total day length to 40 minutes (day + night = 40) is a great way of doubling the length of each year.


---

# 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://wiki.realisticseasons.com/calendar/day-and-night-length.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.
