From: Antonio Ospite Date: Tue, 17 May 2016 21:28:45 +0000 (+0200) Subject: Use more accurate names for the date conversion functions X-Git-Tag: v0.6~35 X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/76afa982386da83e9542278ad3ea736d2fd486ff?hp=76afa982386da83e9542278ad3ea736d2fd486ff Use more accurate names for the date conversion functions 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(). ---