|
Posted by Daz on 07/13/07 17:15
On Jul 13, 3:31 pm, Daz <cutenfu...@gmail.com> wrote:
> Hello everyone.
>
> I'm making a JavaScript clock which works in real time, and supports
> every time zone. I am struggling to find a way to see when the clocks
> are set back or forwards in a specific time zone. Is there any way I
> can find this out with PHP without having to use some kind of
> intensive loop, which will probably lag out my server?
>
> Thanks in advance.
>
> Daz.
OK. I think I've figured out roughly what I need to do in order to
achieve the desired effects, however, I would like to know if there is
anything I can do to print out a list from the server, of every time
zone in the database. I would like to be able to do this dynamically,
to compensate for any changes, rather than have to list each entry in
the database.
[Back to original message]
|