Flowdock
method

date

Importance_0
date() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/http/cache.rb, line 71
        def date
          if date_header = headers['Date']
            Time.httpdate(date_header)
          end
        end
Register or log in to add new notes.