feat: update last scraped timestamp format to include seconds
CI / lint-and-test (push) Has been cancelled
CI / lint-and-test (push) Has been cancelled
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
<td><strong>{{ kw.subscriber_count }}</strong> <i class="ph-fill ph-users" style="color: var(--text-muted); font-size: 12px;"></i></td>
|
<td><strong>{{ kw.subscriber_count }}</strong> <i class="ph-fill ph-users" style="color: var(--text-muted); font-size: 12px;"></i></td>
|
||||||
<td>
|
<td>
|
||||||
{% if kw.last_scraped_at %}
|
{% if kw.last_scraped_at %}
|
||||||
{{ kw.last_scraped_at.strftime('%Y-%m-%d %H:%M') }}
|
{{ kw.last_scraped_at.strftime('%Y-%m-%d %H:%M:%S') }}
|
||||||
{% else %}
|
{% else %}
|
||||||
<span style="color: var(--text-muted);">Never</span>
|
<span style="color: var(--text-muted);">Never</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user