Я ищу способ вставки в mysql с помощью now () для изменения даты и времени.
например
update пользователей set expires = NOW()+5days where...
update
set
= NOW()+5days where...
update users set expires= NOW() + interval 5 day where ...;