diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-02-04 01:19:31 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-02-04 12:24:25 +0100 |
commit | fee20df52a9091ee3a3efeaf3ed63b6940fb5be5 (patch) | |
tree | 36e7c7a0435dd24fa46b6e5972db1662ae386819 /README | |
parent | 76274ca7980b2f71fc07b2dc59123e3f66b8fd9d (diff) |
sfeed.c: fix time parsing regression with non-standard date format
The commit that introduced the regression was:
commit 33c50db302957bca2a850ac8d0b960d05ee0520e
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Mon Oct 12 18:55:35 2020 +0200
simplify time parsing
Noticed on a RSS feed with the following date:
<pubDate>2021-02-03 05:13:03</pubDate>
This format is non-standard, but sfeed should support this.
A standard format would be (for Atom): 2021-02-03T05:13:03Z
Partially revert it.
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions