We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e4db5 commit 387c41bCopy full SHA for 387c41b
src/Breinify.js
@@ -263,7 +263,7 @@
263
localDateTime = typeof localDateTime === 'undefined' || localDateTime === null ? null : localDateTime;
264
sign = typeof sign === 'boolean' ? sign : false;
265
266
- if (timzone === null) {
+ if (timezone === null) {
267
// get timezone from moment.js
268
// moment().tz(moment.tz.guess()).format('z');
269
}
0 commit comments