The wp-days-ago plugin takes one parameter; the time zone offset between your Wordpress time zone settings and the server your Wordpress installation is running on. In my case I write everything in Central European Time, but the server is located in Sydney, Australia. That’s a -8 hour time zone offset from the server to my local time, and to get things right, I have to use -8 as the time zone offset parameter, like this: <? wpdaysago(-8); ?>.
Plugin URL: http://www.vegard.net/archives/1476/




