The problem is not with the timestamp. There is a foreign key constraint (LRRS.RESERVATION_MACHINE_FK1) that your entry is not meeting.
Guessing from the constraint name and the reservation table field names, it may be the machinename value you're using or the reservername value you're not using.