HOW CAN I GET CURRENT DATE AND CURRENT TIME PLUS 2DAYS

i WANT THE COMMENT = CURRENT DATE $ CURRENT TIME +2DAYS, cAN SOME PLEASE EDIT ME THE SCRIPT? THANKS

{
:local atime [ /system clock get time ]
:local adate [ /system clock get date ]
:local comment “$adate at: $atime”

:if ( [ /ip hotspot user get $user comment ] = “” ) do={
[ /ip hotspot user set $user comment=$comment ]
}
}