Commit c780a986f3df44b6c88ba86df7699454c4e45919
Exists in
sqlite
Merge branch 'master' into sqlite
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -258,7 +258,7 @@ 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: | |
261 | +If your application’s time zone is set to something other than `Etc/UTC` (the default), create an initializer with: | |
262 | 262 | |
263 | 263 | ```ruby |
264 | 264 | Groupdate.time_zone = false | ... | ... |