> ## Documentation Index
> Fetch the complete documentation index at: https://docs.guile.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Date Occurs in Past

> The provided date occurs in the past and is not allowed

## Cause

The provided date occurs in the past and is not allowed for this operation.

## Fix

Provide a date that is today or in the future.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [List barber schedule overrides](/api-reference/barbers/list-barber-schedule-overrides)
* [Create a schedule override](/api-reference/barbers/create-a-schedule-override)
* [Update a schedule override](/api-reference/barbers/update-a-schedule-override)
* [List week-specific schedules](/api-reference/barbers/list-week-specific-schedules)
* [Set schedule for a specific week](/api-reference/barbers/set-schedule-for-a-specific-week)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/dateOccursInPast",
  "title": "Date Occurs in Past",
  "status": 422,
  "detail": "The provided date occurs in the past and is not allowed for this operation."
}
```
