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
I know this script handles times in the future, but the formatting doesn't indicate whether a date is in the past or the future, which leaves things rather ambiguous. Would it be possible to prepend future times with "in" (e.g. "in 5m") or a negative symbol?
The text was updated successfully, but these errors were encountered:
That sounds reasonable. Would you be interested in creating a pull request? I think the best thing to do would be to follow the same syntax as moment.fromNow() and pass a true argument to remove the prefix/suffix, as gross as that seems.
I know this script handles times in the future, but the formatting doesn't indicate whether a date is in the past or the future, which leaves things rather ambiguous. Would it be possible to prepend future times with "in" (e.g. "in 5m") or a negative symbol?
The text was updated successfully, but these errors were encountered: