Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/d1/reference/time-travel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ Refer to the guide [Export and save D1 database](/workflows/examples/backup-d1/)

## Notes

- You can quickly get the Unix timestamp from the command-line in macOS and Windows via `date %+s`.
- You can quickly get the Unix timestamp from the command-line in macOS and Windows via `date +%s`.
- Time Travel does not yet allow you to clone or fork an existing database to a new copy. In the future, Time Travel will allow you to fork (clone) an existing database into a new database, or overwrite an existing database.
- You can restore a database back to a point in time up to 30 days in the past (Workers Paid plan) or 7 days (Workers Free plan). Refer to [Limits](/d1/platform/limits/) for details on Time Travel's limits.
Loading