mirrored fromhttps://github.com/cloudflare/Cloudflare-WordPress
https://forge.edgedefence.com/cloudflare/Cloudflare-WordPress.git
Download ZIP
15lines · modecode
<?php
namespace CF;
class Utils
{
/*
* @return string
*/
public static function getCurrentDate()
// Format ISO 8601
return date('c');
}