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
Currently $datetime->elapsedTimeStr() stops at "weeks", e.g. displaying "161 weeks", which is a bit weird. Instead, it should display "3 years, 4 months, …".
Why would the enhancement be useful to users?
For longer periods of time $datetime->elapsedTimeStr() doesn’t make much sense, because something like "254 weeks" isn’t something people are used to read or comprehend. Breaking that down into months and years would make this method a lot more useful.