Hello, We encountered a bug using the program date when the time zone is configured with Chamorro Standard Time (Pacific/Guam or Pacific/Saipan) The command date itself displays the date properly: #ln -s /usr/share/zoneinfo/Pacific/Guam /etc/localtime #date Thu Mar 26 00:30:09 ChST 2026
However, when used with -d option, an error message is returned # date -d "$(date)" '+%s' date: invalid date 'Thu Mar 26 00:30:16 ChST 2026' Regards Dominique Tronche
