tenex / opensourcecontributors

Find all contributions for a user through the GitHub Archive
91 stars 11 forks source link

MongoDB BSON Dates #3

Open hut8 opened 9 years ago

hut8 commented 9 years ago

Right now the dates exported by the archive processor are stored as strings in ISO8601. They should use this syntax:

{ "created_at": {"$date": "2012-01-01T15:00:00.000Z"} }

instead of:

{ "created_at": "2012-01-01T15:00:00.000Z"}