# File lib/sprockets/source_file.rb, line 48
    def mtime
      File.mtime(pathname.absolute_location)
    rescue Errno::ENOENT
      Time.now
    end