jeffwidman / bitbucket-issue-migration

A small script for migrating repo issues from Bitbucket to GitHub
GNU General Public License v3.0
316 stars 95 forks source link

Use utc_created_on instead of created_on (from bb api v1) #43

Closed jeffwidman closed 8 years ago

jeffwidman commented 8 years ago

We have some custom regexs to parse the created_on field, should just drop those and switch to using the utc_last_updated (bb api v1) or created_on (bb api v2)

Need to doublecheck the ISO formats there are what github's import api expects