Jev is now available to everyone. No waitlist.
Start using it here: console.typesafe.ai
9:30 PM · Sep 20, 2026
(function (id, args) {
var element = document.getElementById(id);
if (!element) return;
element.textContent = (function formatFullTimestamp({ timestamp, lang, timeZone }) {
const date = new Date(timestamp);
return `${date.toLocaleTimeString(lang, {
hour: "numeric",
minute: "2-digit",
timeZone
})} · ${date.toLocaleDateString(lang, {
month: "short",
day: "numeric",
year: "numeric",
timeZone
})}`;
})(args);
})("_R_2umelipip8j6_", {"timestamp":1789939843000,"lang":"en","nowLabel":"Now"});
2,151
Views