You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today is January 19 2021, when I do format('2023-01-19T14:23:07.418Z', 'en_US'), which is exactly 2 years (minus some minutes), the rendered result is "1 year" instead of "2 years".
Most likely, this is because the current time (hours/minutes) is after 14:23, so it's actually 1 year, 364 days, 20 hours. I think this should be "rounded" to 2 years rather than 1 year, but perhaps this is a judgement call.
Super curious to hear your opinion!
The text was updated successfully, but these errors were encountered:
Have the same issue in hours, which is preventing me from using this awesome lib. Here is the issue: If the time is 2:01 and there is an "event" at 4:00 it will say: in 1 hour.
Assuming because it's actually 1h and 59min until the "event". Since minutes are not shown, the estimation is misleading.
Today is January 19 2021, when I do
format('2023-01-19T14:23:07.418Z', 'en_US')
, which is exactly 2 years (minus some minutes), the rendered result is "1 year" instead of "2 years".Most likely, this is because the current time (hours/minutes) is after 14:23, so it's actually 1 year, 364 days, 20 hours. I think this should be "rounded" to 2 years rather than 1 year, but perhaps this is a judgement call.
Super curious to hear your opinion!
The text was updated successfully, but these errors were encountered: