We need to change the date/time format into ISO8601 format (yyyy-mm-dd)
I tested our eagle start-script with several lang-variables, but nothing worked correct for me.
We use eagle 7.3.0 on a Gentoo Linux System.
#!/bin/bash
# this is startEagle.sh
lang="en_US" LC_TIME="en_DK.utf8" /opt/bin/eagle
We also tried to modify the time-description in /usr/share/i18n/locales/en_US
echo -n %Y-%n-%d | hexdump -v -e '/1' "<U00%02X>" ; echo
and reboot with this modified lang-settings.
Is there a way to set the date-format in the correct way?