Commit 642ee9bf76d0b2e9f70f092bb7b586a34a427096

Authored by Dan Otto
1 parent 3c8d42e0

update readme with a rails command to list all available timezone options

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -72,7 +72,7 @@ User.group_by_week(:created_at, time_zone: "Pacific Time (US & Canada)").count
72 72 # }
73 73 ```
74 74  
75   -Time zone objects also work.
  75 +Time zone objects also work. In Rails, to see all available time zones, run `$ rake time:zones:all`
76 76  
77 77 ### Week Start
78 78  
... ...