%I (capital letter) is defined by POSIX as below:
%I The hour (12-hour clock) [01,12]; leading zeros are permitted but not required.
%l (el) is extensions and is defined in strftime(3) as below:
%l is replaced by the hour (12-hour clock) as a decimal number (1-12); single digits are preceded by a blank.