Commit c780a986f3df44b6c88ba86df7699454c4e45919

Authored by Andrew Kane
2 parents 3898324c 0bf5cfe6
Exists in sqlite

Merge branch 'master' into sqlite

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -258,7 +258,7 @@ To install, add this line to your application’s Gemfile: @@ -258,7 +258,7 @@ To install, add this line to your application’s Gemfile:
258 gem 'groupdate', github: 'ankane/groupdate', branch: 'sqlite' 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: 261 +If your application’s time zone is set to something other than `Etc/UTC` (the default), create an initializer with:
262 262
263 ```ruby 263 ```ruby
264 Groupdate.time_zone = false 264 Groupdate.time_zone = false