From d90f147b9cbaa1796bacb4d8f8e29ab0cf8109ba Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Fri, 29 Jan 2016 22:02:36 -0600 Subject: [PATCH] Add a bit more explanation --- postgres/day-of-week-for-a-date.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/postgres/day-of-week-for-a-date.md b/postgres/day-of-week-for-a-date.md index 0540076..5bb8688 100644 --- a/postgres/day-of-week-for-a-date.md +++ b/postgres/day-of-week-for-a-date.md @@ -19,4 +19,7 @@ function 6 ``` +The days of week are `0` through `6`, `0` being Sunday and `6` being +Saturday. + [source](http://www.postgresql.org/docs/current/static/functions-datetime.html)