aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/test/hosted/hosted-astro-project/src/pages/time.astro
blob: 873b5c72003249861a033d1db854d3d0708c7199 (plain) (blame)
1
2
3
4
5
---
const currentTime = new Date().getTime();
---

{currentTime}