Problem with the "Format" command

Problem with the "Format" command

My code is:

sub Hora_Actual()
    ActiveCell.Value = Format(Now, "dd/mm/yyyy hh:mm:ss")
end sub

The time is incorrect and the time format is also incorrect.

Why ?