mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 07:40:08 +00:00
bug; fix last result not using the display_timezone env var (#2522)
Co-authored-by: Alex Justesen <alexjustesen@users.noreply.github.com>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
Latest result
|
||||
</h2>
|
||||
|
||||
<p class="mt-1 text-sm font-medium text-zinc-600 dark:text-zinc-400">{{ $this->latestResult->created_at->format(config('app.datetime_format')) }}</p>
|
||||
<p class="mt-1 text-sm font-medium text-zinc-600 dark:text-zinc-400">{{ $this->latestResult->created_at->timezone(config('app.display_timezone'))->format(config('app.datetime_format')) }}</p>
|
||||
</div>
|
||||
|
||||
@auth
|
||||
|
||||
Reference in New Issue
Block a user