diff --git a/resources/views/livewire/latest-result-stats.blade.php b/resources/views/livewire/latest-result-stats.blade.php index c6dfbd850..a3cc2b708 100644 --- a/resources/views/livewire/latest-result-stats.blade.php +++ b/resources/views/livewire/latest-result-stats.blade.php @@ -9,7 +9,7 @@ Latest result -
{{ $this->latestResult->created_at->format(config('app.datetime_format')) }}
+{{ $this->latestResult->created_at->timezone(config('app.display_timezone'))->format(config('app.datetime_format')) }}
@auth @@ -130,7 +130,7 @@ @endfilled- {{ $this->latestResult?->ping }} + {{ round($this->latestResult?->ping, 2) }} ms