What is the correct format for RSS feed pubdate? June 4, 2023 by Tarik The PHP date function has already a way to format pubDate (RFC 2822) compliant dates: date('r', $timestamp);