Use more accurate names for the date conversion functions
authorAntonio Ospite <ao2@ao2.it>
Tue, 17 May 2016 21:28:45 +0000 (23:28 +0200)
committerAntonio Ospite <ao2@ao2.it>
Fri, 20 May 2016 09:02:35 +0000 (11:02 +0200)
The new names are epochToRssDate and strToRssDate.

Don't refer to gmdate() in the function names, this is just an
implementation detail which should not have leaked into the external
interface, instead mention RssDate in the function names to communicate
something about the output they produce.

Also, while at it, user the DATE_RSS format when calling gmdate().


No differences found