<?php $timestamp = 1689678661; echo (new DatetimeImmutable()) ->setTimestamp($timestamp) ->modify('+4 weekdays') ->format('Y-m-d H:i:s');
You have javascript disabled. You will not be able to edit any code.