|
Posted by "Gustav Wiberg" on 09/14/05 10:23
----- Original Message -----
From: "Ross" <ross@aztechost.com>
To: <php-general@lists.php.net>
Sent: Wednesday, September 14, 2005 9:06 AM
Subject: [PHP] uk summer time
> Hi,
>
> I am looking for a function that returns the local time in the uk, it has
> to account for the clock changes in winter and summner.
>
> date_default_timezone_set('GMT'); - does not work.
>
>
> Thanks,
>
> Ross
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
Hi there!
Maybe these functions can help? I'm not sure though
http://se2.php.net/manual/sv/function.date-sunrise.php
http://se2.php.net/manual/sv/function.date-sunset.php
/G
http://www.varupiraten.se/
[Back to original message]
|