Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(fix): ensure certain relative dates can be parsed
- "hours ago", "days ago", "Today", "Yesteday", etc - this seems to be all permutations for this provider at least - for now just convert them to Date.now(), but ideally number of days or hours should actually be subtracted out for an accurate date - this is a much simpler fix right now, but it may be confusing to users who know their release dates, so not ideal
- Loading branch information