Results 6 comments of Andres Araujo

This is a good point I did not put much attention when I first created the library. I was following https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes for my own reference, and I think all current...

I know its an old issue but if you still care about this functionality, see comments of the PR here https://github.com/andresaraujo/timeago.dart/pull/142#issuecomment-859661123

@GrbavaCigla sure go ahead and create a PR

You need to set `allowFromNow: true` like this: ```dart format(futureDate, locale: locale, allowFromNow: true); ```

Not sure if this the right approach, If the date string coming from the server does not include the `Z` designator when parsing this date it will get interpreted as...