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
A lot of my utilities handle dates in the seconds-since-epoch format, and I cannot portably use GNU date on MacOS to parse these back to another format for fd without slow means such as python wrapper. I think it is a standard enough date format and not ambiguous when prefixed with '@' just as GNU date can handle via date -d.