% import time
# | Title | Date & Time ({{time.tzname[time.localtime().tm_isdst]}}) | Tags | Feed |
---|---|---|---|---|
{{i + 1 + offset}} | {{entry.title}} | <% local_date = "" utc_date = "" epoch = entry.epoch_updated if not epoch: epoch = entry.epoch_published end if epoch: local_date = time.strftime("%Y-%m-%d %H:%M:%S", time.localtime(epoch)) utc_date = time.strftime("%Y-%m-%d %H:%M:%SZ", time.gmtime(epoch)) end %>
% tags = referenced_feeds[entry.feed_id].tags
% for i, tag in enumerate(tags):
% if i > 0:
{{", "}}
% end
{{tag}}
% end
|
⚙
{{referenced_feeds[entry.feed_id].title}}
({{entry.feed_id}})
|