module Qeweney::StaticFileCaching

def file_stat_to_last_modified(stat)

def file_stat_to_last_modified(stat)
  stat.mtime.httpdate
end