Open joergdw opened 2 months ago
Dear maintainers,
unlike coreutils from the GNU project, date can not deal with the following situation:
date
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?
Perhaps this is related to https://github.com/uutils/coreutils/issues/2685.
I'm working on this in https://github.com/uutils/coreutils/pull/6667
Dear maintainers,
unlike coreutils from the GNU project,
date
can not deal with the following situation:Can you please add support for time strings in that format?