in chefctl/src/chefctl.rb [413:417]
def set_mtime(file, new_time) stat = File.stat(file) File.utime(stat.atime, new_time, file) end