jstime-0.55.0 is not a library.
Visit the last successful build:
jstime-0.11.0
jstime
Another JavaScript Runtime

Using the binary
You can find the latest jstime binary on the release page
Alternatively you can install with cargo
As a repl
>>
Run a script
);
Embed it!
Check out the README.md for jstime-core for instructions on how to embed jstime in your rust application!
Features
- Temporal API: jstime includes support for the TC39 Temporal proposal, powered by temporal_rs. The Temporal API provides modern date and time handling with calendar and timezone awareness.
// Get current instant
const now = .;
// Create a plain date
const date = ;
console.log; // 2025 10 13
// Create a plain time
const time = ;
console.log; // 15 30 45
// Create a datetime
const dt = ;
// Parse instant from string
const instant = .;
Current Project Team Members
for information about the governance of the jstime project, see GOVERNANCE.md.
Chair
- MylesBorins - Myles Borins (he/him)
Collaborators
- bengl - Bryan English (he/him)
- bdougie - Brian Douglas
- codebytere - Shelley Vohr
- devsnek - Gus Caplan
- EstebanBorai - Esteban Borai
- jalafel - Jess Tran
- MylesBorins - Myles Borins (he/him)
- solumos - Tom Hadley