commit | 86887d4dcc99e007fa12219cce1f4dcf88317c02 | [log] [tgz] |
---|---|---|
author | Avery Pennarun <apenwarr@gmail.com> | Fri Jan 18 23:32:18 2013 -0500 |
committer | Avery Pennarun <apenwarr@gmail.com> | Fri Jan 18 23:32:18 2013 -0500 |
tree | abbb35f2362dc7d3119fd433bb4935a89e3c9488 | |
parent | b97df708d5c9963e32d7f8a4454ea84c4b364095 [diff] |
Off by one error in parsing of 'Date(a,b,c,d,e,f)' format. Some weird json producers produce *strings* of that format instead of just date strings ('yyyy-mm-dd hh:mm:ss') or javascript objects (new Date(a,b,c,d,e,f)). These obviously didn't happen very much or I would have noticed that when we parsed them, we're off by a month :)