export default function Home() { return (
{JSON.stringify(new Date().toISOString().split('T').join(' ').substring(0, 16), null, 2)}
) }