What is the timespan type of max-age in the HTTP response header? Seconds, minutes?

Viewed 19399

In the HTTP response header for my website it is returning a header that contains the following value.

"Cache-Control: max-age=3600"

Is 3600 in seconds or minutes?

2 Answers
Related