Get the date three days from today with BusyBox date – CentOS
I need to the date three days from today. On CentOS, I can run the below command. date -I -d "-3 days" Which outputs 2022-07-02 I need the same inside my Docker container which is running on Alpine Linux 3.14.6v.…