https://github.com/TooTallNate/plist.js/blob/5877ec7b386f366d6ae876df7171a9f001646527/lib/build.js#L121 ```js if (typeof Date.prototype.toISOString === "function") { next_child.ele('date').txt(new Date(next).toISOString()); } else { next_child.ele('date').txt(toISOString(new Date(next)); } ```