You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an Astro component that takes the UTC Date as argument and client side properly formats the date in local timezone. Note that Astro, doing Server Side Rendering too, will print the server time too. We need to think about a subtle way of updating the DOM.
Reference TimeAgo.astro for similar code.
The text was updated successfully, but these errors were encountered:
Create an Astro component that takes the UTC Date as argument and client side properly formats the date in local timezone. Note that Astro, doing Server Side Rendering too, will print the server time too. We need to think about a subtle way of updating the DOM.
Reference TimeAgo.astro for similar code.
The text was updated successfully, but these errors were encountered: