creationix / js-git

A JavaScript implementation of Git.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix github-db to work with with new date format

creationix opened this issue · comments

github-db assumes dates are JS Date instances, but they have recently been changed to normal objects like { seconds: 1391790884, offset: 7 * 60 }.

Fixed in 77f1a82