Parse ...Z date strings to local time correctly

This commit is contained in:
NH Gooi
2024-09-06 10:41:21 +02:00
parent 6044a670d7
commit 35713d2974
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
{{$item['program']->name}}
</div>
<div class="program-times"><i class="fa-regular fa-clock"></i>
{{$item['starttime']->format('H:i')}} &ndash; {{$item['endtime']->format('H:i')}}
{{$item['starttime']->format('H:i')}} &ndash; {{$item['endtime']->format('H:i')}}
</div>
</a>
</div>
@@ -26,5 +26,5 @@
@endif
</div>
</div>
@endforeach
@endforeach