Dear maintainers,
unlike coreutils from the GNU project, date can not deal with the following situation:
date --date "Jul 18 06:14:49 2024 GMT" +%s
#> date: invalid date 'Jul 18 06:14:49 2024 GMT'
Can you please add support for time strings in that format?