danielroe / nuxt-time

⏰ SSR-safe time element for Nuxt 3
MIT License
299 stars 13 forks source link

server time in variable #191

Open breizhwave opened 10 months ago

breizhwave commented 10 months ago

🆒 Your use case

Hi, was trying to use server time as a variable , is this possible ?

🆕 The solution you'd like

currrently we can access server time in SSG context with the nuxttime component

I need to use server date in other components, any possibility ?

thks

🔍 Alternatives you've considered

No response

ℹī¸ Additional info

No response

danielroe commented 5 months ago

Could you explain a bit more about what you mean by 'server time'?

Something like?

const time = useState(() => Date.now())