Skip to content

Commit

Permalink
man/fill_template: Use UTC date to avoid differences based on timezone.
Browse files Browse the repository at this point in the history
  • Loading branch information
vagrantc authored and sten0 committed May 4, 2023
1 parent 656185f commit f9b7387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/fill_template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
d=""
[ -z "$SOURCE_DATE_EPOCH" ] || d=--date=@$SOURCE_DATE_EPOCH
[ -z "$SOURCE_DATE_EPOCH" ] || d="--utc --date=@$SOURCE_DATE_EPOCH"

if [ "$2" == "True" ]; then
for i in *.0 ; do
Expand Down

0 comments on commit f9b7387

Please sign in to comment.