Readme.md 226 Bytes Raw Blame History Permalink to-iso-string Cross-browser toISOString support. Example var iso = require('to-iso-string'); var date = new Date("05 October 2011 14:48 UTC"); iso(date); // "2011-10-05T14:48:00.000Z" License MIT