When generating RSS, or Sitemap, W3C Date Time Format string is used. In case of using xmlrpc, it contains W3C Date Time Format string conversion module such as w3cdatetime_encode, and w3cdatetime_decode.
If you don't use xmlrpc module, you can declare below module in order to use W3C Date Time Format string conversion module. Of course, if your PHP supports the function, you don't need to declare below functions.
// date helpers - added by kurapa 2008-02-12
function w3cdatetime_encode($timet, $utc=0) {
if (!$utc) {
$t=strftime("%Y-%m-%dT%H:%M:%S", $timet);
} else {
if (function_exists("gmstrftime"))
// gmstrftime doesn't exist in some versions
// of PHP
$t=gmstrftime("%Y-%m-%dT%H:%M:%S", $timet);
else {
$t=strftime("%Y-%m-%dT%H:%M:%S", $timet-date("Z"));
}
}
$t .= "+00:00";
return $t;
}
function w3cdatetime_decode($idate, $utc=0) {
// return a timet in the localtime, or UTC
$t=0;
if (ereg("([0-9]{4})-([0-9]{2})-([0-9]{2})T([0-9]{2}):([0-9]{2}):([0-9]{2})",
$idate, $regs)) {
if ($utc) {
$t=gmmktime($regs[4], $regs[5], $regs[6], $regs[2], $regs[3], $regs[1]);
} else {
$t=mktime($regs[4], $regs[5], $regs[6], $regs[2], $regs[3], $regs[1]);
}
}
return $t;
}
Another posts included in "PHP"
| How to put timeout when opening URL by fopen ? (0) | 2008/03/31 |
| How to limit by Timeout when opening URL ? (0) | 2008/04/14 |
| ASCII Artwork Generator from image file (0) | 2008/09/23 |
| Get the actual filesize for a size above 2GB in Windows (0) | 2008/02/24 |
| ISO 8601 format time format string conversion (0) | 2008/02/13 |
| How to download a file from a certain URL to server ? (0) | 2008/01/21 |
| How to extract file name from given URL ? (0) | 2008/01/21 |
| File downloading via HTTP (0) | 2008/01/21 |
Trackback : Cannot send a trackbact to this post.
-
Subject Incest sex stories.
2009/03/10 07:24
Incest stories. Russian incest. Stories of incest. Gay incest stories. Incest galleries. Incest tgp. Free incest stories.
-
Subject Beast sex zoo sex animal porn.
2009/04/01 22:31
Free pics zoo porn. Zoo sex pictures animal porn movies beast trailers. Free zoo pics is animal porn ilegal uk. Free zoo porn vids.
-
Subject Click here scat stories scat porn asian shit sex.
2009/04/04 18:42
Asian scat piss toilet porn. Free scat porn. Scat porn.
-
Subject Crush valium to inject.
2009/06/17 15:53
Valium overnight. Buy valium pay cod overnight delivery. Valium liquid form. Valium.
-
Subject Overnight no prescription xanax.
2009/06/18 22:41
Xanax drug test. Xanax dosage.
-
Subject Buy phentermine online.
2010/03/02 09:11
Buy cheap phentermine. Buy phentermine online. Buy phentermine. Mg buy phentermine.

Prev

Rss Feed