Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: switch from Date to Temporal #26

Merged
merged 1 commit into from
Aug 1, 2022

Conversation

DogPawHat
Copy link
Contributor

https://tc39.es/proposal-temporal/docs/

ran into some cases where the server hydration would break because of a difference in locale between server and client. Proper fix is to restrict it to client side only, but for now I'll hardcode it to en-IE, and ditch the useless Date for the glorious if still in Stage 3 Temporal.

@vercel
Copy link

vercel bot commented Jul 30, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
codu ✅ Ready (Inspect) Visit Preview Jul 30, 2022 at 11:25PM (UTC)

@NiallJoeMaher
Copy link
Contributor

https://tc39.es/proposal-temporal/docs/

This is very cool! I didn't even know it was an issue. I need to do some reading on this Temporal stuff. 🤔

@DogPawHat
Copy link
Contributor Author

DogPawHat commented Aug 1, 2022

It's the future of time itself in JS. Currently it's blocked by the IETF needing to standardize an extension to RFC3339/ISO8601 tc39/proposal-temporal#1450

Copy link
Contributor

@NiallJoeMaher NiallJoeMaher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌮 Cool thing to learn about! Cheers dude

@NiallJoeMaher NiallJoeMaher merged commit 4b18faa into codu-code:develop Aug 1, 2022
NiallJoeMaher pushed a commit that referenced this pull request Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants