Commit
ede7e78925 replaced the JSAN calls to util.date.formatted_date() with
inline date/time handling, in the process returning times with granularity to
the minute instead of to the second. This resulted in the test for "all day"
closings always failing.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
var row;
var flesh = false;
- if( sh == '00:00:00' && eh == '23:59:59' ) {
+ if( sh == '00:00' && eh == '23:59' ) {
if( sd == ed ) {
row = cdAllDayTemplate.cloneNode(true);