In article <[email protected]>, matthew green <[email protected]> wrote: >"Christos Zoulas" writes: >> Module Name: src >> Committed By: christos >> Date: Wed Feb 8 21:33:12 UTC 2017 >> >> Modified Files: >> src/usr.sbin/makefs: udf.c >> src/usr.sbin/makefs/cd9660: cd9660_conversion.c >> >> Log Message: >> If we are using a timestamp from the command line, don't pay attention to >> the user timezone, use UTC instead (for reproducible builds). > >seems a little user-unfriendly -- the build could just >set TZ to fix this. > >either way, please document this.
Well, it does not make a lot of sense to have a timestamp that floats depending on $TZ, so I documented the change. Thanks, christos
