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>
|
||||
{% 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 %}
|
||||
<span style="color: var(--text-muted);">Never</span>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user