diff options
Diffstat (limited to 'bin/reproducible_html_packages.py')
-rwxr-xr-x | bin/reproducible_html_packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 28850f39..ef5fac9b 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -70,7 +70,7 @@ def check_package_status(package): raise status = str(result[0]) version = str(result[1]) - build_date = str(result[2]) + build_date = str(result[2])+" UTC" return (status, version, build_date) def gen_extra_links(package, version): |