Which input type is used for a date and time control that has no time zone?
<input type="datetime">
<input type="datetime-local">
<input type="date">
<input type="localtime">