show dates/times in user's timezone

This commit is contained in:
Nabeel Shahzad
2017-12-23 11:58:17 -06:00
parent eb6e624a4d
commit 3b8621371a
11 changed files with 110 additions and 22 deletions

View File

@@ -2,6 +2,7 @@
<thead>
<th>Name</th>
<th>Email</th>
<th>Registered</th>
<th class="text-center">Active</th>
<th></th>
</thead>
@@ -10,6 +11,7 @@
<tr>
<td>{!! $user->name !!}</td>
<td>{!! $user->email !!}</td>
<td>{!! show_date($user->created_at) !!}</td>
<td class="text-center">
@if($user->state == PilotState::ACTIVE)
<span class="label label-success">