Skip to content

Commit 5913ffd

Browse files
bbitossh24
authored andcommitted
Add @darknos PR loopbackio#265 for fallback credit
1 parent 85d3d4c commit 5913ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mysql.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ function generateOptions(settings) {
152152
options[p] = s[p];
153153
}
154154
}
155-
// Legacy UTC date processing fallback credit: @darknos
155+
// Legacy UTC date processing fallback credit: @darknos PR #265
156156
if (s.legacyUtcDateProcessing === undefined) s.legacyUtcDateProcessing = true;
157157
if (s.legacyUtcDateProcessing) options.timezone = 'Z';
158158
}

0 commit comments

Comments
 (0)