class Sprockets::Asset

def mtime

Returns Time.

Time resolution is normalized to the nearest second.

Deprecated: Returns Time of the last time the source was modified.
def mtime
  Time.at(@mtime)
end