diff options
Diffstat (limited to 'bin/rdf2hours')
-rwxr-xr-x | bin/rdf2hours | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rdf2hours b/bin/rdf2hours index a53995c..0265062 100755 --- a/bin/rdf2hours +++ b/bin/rdf2hours @@ -150,7 +150,7 @@ while ( my $row = $iterator->next ) { $opens =~ s/:\d\d$//; my $closes = $row->{closes}->literal_value; $closes =~ s/:\d\d$//; - $closes =~ s/^23:59/24/; + $closes =~ s/^23:59/24:00/; my @weekdays; my $iterator = $model->get_statements($row->{spec}, curie('gr_hasOpeningHoursDayOfWeek'), undef); |