Skip to content

Commit 30c8e1d

Browse files
committed
addressed requested changes
1 parent a5da4bb commit 30c8e1d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/source/util.clj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@
6262
(m/explain schema)
6363
(me/humanize)))}))
6464

65-
(defn format-rfc-1123-date
66-
"Takes a date as a string in RFC 1123 format and returns it in a format that meets ISO 8601 standards for SQLite.
65+
(defn format-rss-date
66+
"Takes a date as a string in RFC 1123 format and returns it in a format that meets ISO 8601 standards for SQLite.
67+
This is necessary because some RSS feeds use a different date than what is accepted by SQLite.
6768
Returns the original string if it is not in this format."
6869
[s]
6970
(try

0 commit comments

Comments
 (0)