PDA

View Full Version : Help me with some pattern replacing...


Halide
08-22-2002, 02:38 PM
ok I need to know if anyone's around, need help

or if you're in IRC somewhere that would help as well :D

Halide
08-22-2002, 02:47 PM
wait, I think I'm fixing it :) but IRC would be kewl anyways

8)

Halide
08-22-2002, 02:54 PM
I wanna know how i can have timezone support. Like, if a user says they live in GMT-5 (EST), how can I control its offset from the server's time, independent of its time zone.

iDxMan
08-24-2002, 12:17 PM
http://www.php.net/manual/en/function.localtime.php

PHP doesn't seem to have a gmtime() equiv, although someone posts a function in the user comments under localtime. May be a good place to start.

Hm.. I think invisionboard (http://www.invisionboard.com) - a php-based forum - has TZ support. I'll see how they do it.

-r

Halide
08-24-2002, 08:51 PM
cool man, i would like to figure this out so I can implement it into my forum ;)