Issue #10183: --iso-8601 is not a supported option by `date` CLI tool on macOS.

This commit is contained in:
Jehan 2023-10-17 15:23:30 +02:00
parent aa8ab50a27
commit 4693f1d824
1 changed files with 1 additions and 1 deletions

View File

@ -1754,7 +1754,7 @@ custom_target('AUTHORS',
],
build_by_default: false,
)
date = run_command('date', '--iso-8601=seconds', check: true)
date = run_command('date', '-u', '+"%Y-%m-%dT%H:%M:%SZ"', check: true)
custom_target('authors.md',
input : [ 'authors4gimp-web.xsl', 'authors.xml', ],
output: 'authors.md',