mirror of
https://github.com/mathew-kurian/Scribe.js
synced 2025-04-24 14:25:00 +00:00
Don't show utc as all date are server-date
This commit is contained in:
parent
59026aa3de
commit
ff53496713
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
<span class="log__item log__time log__time_122" ng-if="showTime != 0 && (showTime == 1 || log.show.time)">
|
||||
<span class="log__time__lower">
|
||||
{{timezoneDate(log.context.time) | date: 'yyyy-MM-ddTHH:mm:ss:Z'}}
|
||||
{{timezoneDate(log.context.time) | date: 'yyyy-MM-ddTHH:mm:ss'}}
|
||||
</span>
|
||||
</span>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue