File "timezoneDataHelper.js"
Full Path: /home/cananyalcin/public_html/vendors/bootstrap-datetimepicker/test/timezoneDataHelper.js
File size: 266 bytes
MIME-type: text/plain
Charset: utf-8
(function () {
'use strict';
$.ajax('node_modules/moment-timezone/data/packed/latest.json', {
success: function (data) {
moment.tz.load(data);
},
method: 'GET',
dataType: 'json',
async: false
});
}());