mozilla / django-badger

django-badger is a reusable Django app for creating and awarding badges. See also badges.mozilla.org
https://github.com/mozilla/django-badger
BSD 3-Clause "New" or "Revised" License
117 stars 61 forks source link

When pushing badge to the backpack, Date Issued and Recipient fields do not display correctly #121

Closed gbathree closed 11 years ago

gbathree commented 11 years ago

See example here:

http://farm8.staticflickr.com/7137/7700431348_9221e76471_c.jpg

lmorchard commented 11 years ago

This looks like a bug in the backpack. django-badger uses unix timestamps, as allowed in the assertion spec, but the backpack does not display them as proper dates. Filed an issue on openbadges, hopefully it's quick fix