Comment 14 for bug 1789747

Revision history for this message
Bill Erickson (berick) wrote :

I've added some additional sanity checks to the offline caching code to resolve the patron register errors noted above.

Pushed to same branch, but the branch has been rebased to (a busy) master.

==

As an aside, I noticed while testing that expire dates are not parsing in Safari, leading to console errors, because it's implementation of Date.parse dislikes time zones like "-0400" -- it prefers "-04:00".