Skip to content

Commit

Permalink
app_timezone defaults to nil
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Aug 9, 2010
1 parent c3c5c8f commit 5a9ca9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/mysql2/result.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ static VALUE rb_mysql_result_each(int argc, VALUE * argv, VALUE self) {
} else if (appTz == sym_utc) {
app_timezone = intern_utc;
} else {
app_timezone = intern_local;
app_timezone = Qnil;
}

if (wrapper->lastRowProcessed == 0) {
Expand Down

0 comments on commit 5a9ca9c

Please sign in to comment.