How to change time input to 24-hour format? I used it for testing in Jenkins pipeline, the test misses the am/pm input. My intended user doesn't need am/pm input.
I already change the locale to my country id
and restart the Linux server
LANG=id_ID.UTF-8
LANGUAGE=
LC_CTYPE="id_ID.UTF-8"
LC_NUMERIC="id_ID.UTF-8"
LC_TIME="id_ID.UTF-8"
LC_COLLATE="id_ID.UTF-8"
LC_MONETARY="id_ID.UTF-8"
LC_MESSAGES="id_ID.UTF-8"
LC_PAPER="id_ID.UTF-8"
LC_NAME="id_ID.UTF-8"
LC_ADDRESS="id_ID.UTF-8"
LC_TELEPHONE="id_ID.UTF-8"
LC_MEASUREMENT="id_ID.UTF-8"
LC_IDENTIFICATION="id_ID.UTF-8"
LC_ALL=
that doesn't work,
also tried adding lang args to launch --window-size=${width},${height} --lang=id
doesn't work too.
It occurs when puppeteer render input with the type time
<input type="time" name="time" value="" class="form-control">
In my local computer, it renders
in the Linux Jenkins server, I the screenshot renders