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

datetime attribute on <time> should be an rfc3339 string, not an epoch #107

Open
jleclanche opened this issue Oct 24, 2019 · 0 comments
Open

Comments

@jleclanche
Copy link

Right now <Moment> outputs … datetime={epoch}. This should be an iso8609 / rfc3339 string instead.

Ref https://developer.mozilla.org/en-US/docs/Web/HTML/Element/time

I see it's being passed as a datetime to react so this may also be a react bug, nethertheless it should just be passed as a string to react imo.

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

No branches or pull requests

1 participant