Now at 137 bytes!!!!!
DEMO: http://www.crhallberg.com/beta/140bytes/datejson.html
Convert a Date object into a JSON string using UTC values (YYYY-MM-DDThh:mm:ss.000Z ie 2012-05-31T01:23:33.270Z).
This may not be fully relevant with Javascript 1.8.5, but the native code returns differing formats, so.
Special thanks to Marijn Haverbeke for his Bouncing Beholder explanation (http://marijnhaverbeke.nl/js1k).