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.
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.