Time Travel
Fake the current date, time and time zone in JavaScript Date or Intl.DateTimeFormat objects.
As of June 2026, Time Travel has 30,000 users and a 4.30/5 rating from 40 reviews in the Developer Tools category.
Usersno change0%
30.0K
30,000
Ratingup 0.5 percent+0.5%
4.30
40 reviews
Reviewsup 2.6 percent+2.6%
40
Version
2.5.0
Manifest V3
90-day change · In the last 90 days this extension 2 version updates.
History
3 snapshotsTracking since Apr 16, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 16, 2026 | 30.0K | 4.28 | 39 | 2.4.6 |
| May 19, 2026 | 30.0K | 4.30 | 40 | 2.4.6 |
| Jun 18, 2026 | 30.0K | 4.30 | 40 | 2.4.7 |
| Now | 30.0K | 4.30 | 40 | 2.5.0 |
Changelog
- May 19, 2026description
Time Travel helps you debug time-dependent frontend applications without having to change the system time. Usage: - Open the tab you want to change the time in. - Click the Extensions icon in the toolbar, then click Time Travel. - Choose a date from the calendar and edit the time if necessary, or enter a date and time directly (see examples below). - Confirm with Enter or by clicking the "Change Date" button. In Chrome, when first activating the extension on a tab, the page needs to be reloaded once to apply the changes. - Any JavaScript Date or Intl.DateTimeFormat in the current tab now returns the fake date/time you set. Other tabs and origins are not affected. To restore the system time, click the extension icon and switch off the "Enable Fake Date" toggle. When the fake date is enabled, the clock runs forward from the configured time. You can stop the clock by switching on the "Stop Clock" toggle. The fake date will be reset to the last value you set. To change the time zone, open "Options", enable "Change Time Zone" and select a time zone from the dropdown. When enabled, both Date objects and Intl.DateTimeFormat will use this time zone instead of the system time zone. The fake date in the Time Travel UI is still shown and configured in the system time zone, but a preview of the time in the configured time zone plus the Daylight Saving Time (DST) offset is shown if applicable. Example Dates and Formats: - 2025-04-27 12:40 - Local time - 2025-03-30 00:59:55 - Assuming your system time zone is Europe/London (GMT), 5 seconds before a one-hour jump to 2 a.m. (summer time) - 2025-04-27T12:40Z - Set local equivalent for given UTC time - 2025-04-27T12:40+1130 - Set local equivalent for time with +11:30 time zone offset. Note that actual time zone is not changed - 2025-03-25T12:40:00.120 - Local time with milliseconds - 1731493140025 - UNIX timestamp Features: - Fakes date and time for all methods of `Date` and `Intl.DateTimeFormat` objects. - Time zone can be changed, with full support for DST transitions. - Time can be stopped and resumed. - Option to automatically reload page after changing date. - Minimal permissions, only affects current tab after clicking the extension icon. Limitations: - Only JavaScript is affected by the extension. - Some functionality or animations may behave strangely if the clock is stopped. - The extension does not work in iframes with the `sandbox` attribute. This extension is open source software licensed under the MIT license. Contributions are welcome! If you have ideas, bug reports, or want to help improve Time Travel, please open an issue or submit a pull request on GitHub.
Time Travel helps you debug time-dependent frontend applications without having to change the system time. Usage: - Open the tab you want to change the time in. - Click the Extensions icon in the toolbar, then click Time Travel. - Choose a date from the calendar and edit the time if necessary, or enter a date and time directly (see examples below). - Confirm with Enter or by clicking the "Change Date" button. In Chrome, when first activating the extension on a tab, the page needs to be reloaded once to apply the changes. - Any JavaScript Date or Intl.DateTimeFormat in the current tab now returns the fake date/time you set. Other tabs and origins are not affected. To restore the system time, click the extension icon and switch off the "Enable Fake Date" toggle. When the fake date is enabled, the clock runs forward from the configured time. You can stop the clock by switching on the "Stop Clock" toggle. The fake date will be reset to the last value you set. To change the time zone, open "Options", enable "Change Time Zone" and select a time zone from the dropdown. When enabled, both Date objects and Intl.DateTimeFormat will use this time zone instead of the system time zone. The fake date in the Time Travel UI is still shown and configured in the system time zone, but a preview of the time in the configured time zone plus the Daylight Saving Time (DST) offset is shown if applicable. Example Dates and Formats: - 2025-04-27 12:40 - Local time - 2025-03-30 00:59:55 - Assuming your system time zone is Europe/London (GMT), 5 seconds before a one-hour jump to 2 a.m. (summer time) - 2025-04-27T12:40Z - Set local equivalent for given UTC time - 2025-04-27T12:40+1130 - Set local equivalent for time with +11:30 time zone offset. Note that actual time zone is not changed - 2025-03-25T12:40:00.120 - Local time with milliseconds - 1731493140025 - UNIX timestamp Features: - Fakes date and time for all methods of `Date` and `Intl.DateTimeFormat` objects. - Time zone can be changed, with full support for DST transitions. - Time can be stopped and resumed. - Option to automatically reload page after changing date. - Minimal permissions, only affects current tab after clicking the extension icon. Limitations: - Only JavaScript is affected by the extension. - Some functionality or animations may behave strangely if the clock is stopped. - The extension does not work in iframes with the `sandbox` attribute. This extension is open source software licensed under the MIT license.
Permissions & access
- Permissions
- activeTabscriptingstorage
- Host access
- None declared
Screenshots
About
Time Travel helps you debug time-dependent frontend applications without having to change the system time. Usage: - Open the tab you want to change the time in. - Click the Extensions icon in the toolbar, then click Time Travel. - Choose a date from the calendar and edit the time if necessary, or enter a date and time directly (see examples below). - Confirm with Enter or by clicking the "Change Date" button. In Chrome, when first activating the extension on a tab, the page needs to be reloaded once to apply the changes. - Any JavaScript Date or Intl.DateTimeFormat in the current tab now returns the fake date/time you set. Other tabs and origins are not affected. To restore the system time, click the extension icon and switch off the "Enable Fake Date" toggle. When the fake date is enabled, the clock runs forward from the configured time. You can stop the clock by switching on the "Stop Clock" toggle. The fake date will be reset to the last value you set. To change the time zone, open "Options", enable "Change Time Zone" and select a time zone from the dropdown. When enabled, both Date objects and Intl.DateTimeFormat will use this time zone instead of the system time zone. The fake date in the Time Travel UI is still shown and configured in the system time zone, but a preview of the time in the configured time zone plus the Daylight Saving Time (DST) offset is shown if applicable. Example Dates and Formats: - 2025-04-27 12:40 - Local time - 2025-03-30 00:59:55 - Assuming your system time zone is Europe/London (GMT), 5 seconds before a one-hour jump to 2 a.m. (summer time) - 2025-04-27T12:40Z - Set local equivalent for given UTC time - 2025-04-27T12:40+1130 - Set local equivalent for time with +11:30 time zone offset. Note that actual time zone is not changed - 2025-03-25T12:40:00.120 - Local time with milliseconds - 1731493140025 - UNIX timestamp Features: - Fakes date and time for all methods of `Date` and `Intl.DateTimeFormat` objects. - Time zone can be changed, with full support for DST transitions. - Time can be stopped and resumed. - Option to automatically reload page after changing date. - Minimal permissions, only affects current tab after clicking the extension icon. Limitations: - Only JavaScript is affected by the extension. - Some functionality or animations may behave strangely if the clock is stopped. - The extension does not work in iframes with the `sandbox` attribute. This extension is open source software licensed under the MIT license.
Technical
- Version
- 2.5.0
- Manifest
- V3
- Size
- 115KiB
- Min Chrome
- 109
- Languages
- 4
- Featured
- Yes
Metadata
- ID
- jfdbpgcmmenmelcghpbbkldkcfiejcjg
- Developer ID
- u755a3254ca20304874c134a04cc95c14
- Developer Email
- [email protected]
- Created
- Apr 30, 2023
- Last Updated (Store)
- Jun 18, 2026
- Last Scraped
- Jun 18, 2026
- Website
- —
Similar extensions
Alternatives to Time Travel, ranked by description similarity.
TimeToggle
Converts Unix timestamps to human-readable dates inline with customizable formatting
17
Timezone Spoofer
Spoof your browser's timezone to any location worldwide.
783
★ 4.8
Time Travel for Web
Compare a website's past version (via Wayback Machine) with its current version in a split-screen view.
467
★ 5.0
UTC Time Viewer
Your all-in-one time tool. Convert timezones, plan events, and convert timestamps instantly.
12
Timestamp to Date
Use Timestamp to Date app to convert epoch to time and view the current UTC time or the current date.
549
★ 5.0
Utime
Converts UNIX timestamps to human-readable dates and vice versa.
10.0K
★ 4.6
TimeMachine
Track your browsing habits and boost productivity with insightful stats.
28
★ 5.0
Time Shifter
Adjusts the browser's internal clock by a custom offset. Useful for time-sensitive features.
24
Data sourced from the Chrome Web Store · last verified Jun 18, 2026.