Well, you could open your language file, or your serendipity_config_local.inc, our your serendipity_config.inc.php and set your server's timezone environment variable?
I don't know much about this timezone stuff, but it should be possible to do that server-side without any offset-adding in code.
Regards,
Garvin.
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
There can be different approaches. You can make this a "per blog" setting, or, if you like, a "per user" (where user is each visitor of your blog) setting. Per blog would make more sense to me and should therefore be included in the configuration...
jhermanns wrote:There can be different approaches. You can make this a "per blog" setting, or, if you like, a "per user" (where user is each visitor of your blog) setting. Per blog would make more sense to me and should therefore be included in the configuration...
Sounds cool. Will this feature be included in the next CVS?