Commit 0f2b3ee6438b03013ab60ef4f3ae44a33d024b31

Authored by Andrew Kane
1 parent a06b1b55

Updated instructions [skip ci]

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
README.md
... ... @@ -258,6 +258,12 @@ To install, add this line to your application’s Gemfile:
258 258 gem 'groupdate', github: 'ankane/groupdate', branch: 'sqlite'
259 259 ```
260 260  
  261 +If your application’s time zone is set to something other than `Etc/UTC`, create an initializer with:
  262 +
  263 +```ruby
  264 +Groupdate.time_zone = false
  265 +```
  266 +
261 267 ## Upgrading
262 268  
263 269 ### 3.0
... ...