mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-20 01:21:21 +00:00
fix date
This commit is contained in:
parent
f6efd421e0
commit
96164e5623
@ -43,7 +43,9 @@ limitations under the License. -->
|
||||
<span class="mr-10 sm">{{ dateFormat(i.taskStartTime) }}</span>
|
||||
<span class="mr-10 sm">
|
||||
{{
|
||||
dateFormat(i.taskStartTime + i.fixedTriggerDuration * 1000)
|
||||
dateFormat(
|
||||
i.taskStartTime + i.fixedTriggerDuration * 60 * 1000
|
||||
)
|
||||
}}
|
||||
</span>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user