Commit e00e26d014e2abae6698a92c232ba82c58104976

Authored by Andrew Kane
2 parents 84a12f9e 642ee9bf

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
@@ -71,7 +71,7 @@ User.group_by_week(:created_at, time_zone: "Pacific Time (US & Canada)").count @@ -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 ### Week Start 76 ### Week Start
77 77