IACR / conference-template

Reusable conference website template for all IACR events
6 stars 9 forks source link

Fix for date parsing. See issue #155. #156

Closed kmccurley closed 5 years ago

kmccurley commented 5 years ago

This should fix date parsing in the program, which was wrong. Another solution would be to use moment.js instead of new Date(), but this introduces a dependency in the handlebars helper.