Skip to content

Commit

Permalink
Add @darknos PR loopbackio#265 for fallback credit
Browse files Browse the repository at this point in the history
  • Loading branch information
bbito authored and ssh24 committed Apr 25, 2017
1 parent 85d3d4c commit 5913ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mysql.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function generateOptions(settings) {
options[p] = s[p];
}
}
// Legacy UTC date processing fallback credit: @darknos
// Legacy UTC date processing fallback credit: @darknos PR #265
if (s.legacyUtcDateProcessing === undefined) s.legacyUtcDateProcessing = true;
if (s.legacyUtcDateProcessing) options.timezone = 'Z';
}
Expand Down

0 comments on commit 5913ffd

Please sign in to comment.