<!--
{
  "availability" : [
    "watchOS: 2.0.0 - 7.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKComplicationServer/earliestTimeTravelDate",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "ClockKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CLKComplicationServer(py)earliestTimeTravelDate"
  },
  "title" : "earliestTimeTravelDate"
}
-->

# earliestTimeTravelDate

The earliest Time Travel date for which you should provide data.

```
var earliestTimeTravelDate: Date { get }
```

## Discussion

When constructing your timeline, don’t create any entries before this date. Doing so is a waste of time because those entries will never be displayed.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)