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

Iso Date not working in Firefox #89

Closed
joakimfischer opened this issue Sep 1, 2012 · 2 comments
Closed

Iso Date not working in Firefox #89

joakimfischer opened this issue Sep 1, 2012 · 2 comments

Comments

@joakimfischer
Copy link

Timeago works with 2012-08-18T16:10:29.543Z ...
but not with 2012-08-14T14:06:04.63Z..

the difference I see is when it only shows hundreds instead of thousands of a second.

This might not be timeago specific but Firefox specific.. but maybe others have the same issue... Im using Newtonsoft Json.Net in my solution to convert datetimes.

Newtonsoft.Json.Converters.IsoDateTimeConverter()

@rmm5t
Copy link
Owner

rmm5t commented Sep 1, 2012

@joakimfischer What version of Timeago are you using? The latest version is v0.11.4. I cannot reproduce the problem. In fact, the test suite even tests agains tenths, hundredths, thousandths (milliseconds), and microseconds.

See test numbers 18-21 at http://timeago.yarp.com/test/

I just double checked that the test suite passes in Firefox, Chrome, and Safari on Mac. I'm not near a Windows machine at the moment.

@joakimfischer
Copy link
Author

You are absolutely correct. I had @Version 0.10.0, when upgrading it all worked fine. Thanks. Sorry for bothering you with this. Thanks for a great tool!!

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

2 participants