Fake the System Time

apt update
apt install -y build-essential git

git clone https://github.com/wolfcw/libfaketime.git
cd ./libfaketime
make

export FAKETIME="2020-06-29 4:47:00"
export LD_PRELOAD="$(readlink -f ./src/libfaketime.so.1)"

date