gistlib
const posixTime = 1628668187; // Example POSIX time const utcTime = new Date(posixTime * 1000).toUTCString(); console.log(utcTime);
index.tsx0 chars1 lines
gistlibby LogSnag