Commit e00e26d014e2abae6698a92c232ba82c58104976
Exists in
master
and in
8 other branches
Merge pull request #108 from thedanotto/do-update-readme-with-timezone-command
update readme with a rails command to list all available timezones
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -71,7 +71,7 @@ User.group_by_week(:created_at, time_zone: "Pacific Time (US & Canada)").count |
71 | 71 | # } |
72 | 72 | ``` |
73 | 73 | |
74 | -Time zone objects also work. | |
74 | +Time zone objects also work. In Rails, to see all available time zones, run `$ rake time:zones:all` | |
75 | 75 | |
76 | 76 | ### Week Start |
77 | 77 | ... | ... |