Jump to content

PHP timezone for london


xxreenaxx1

Recommended Posts

Hey

 

I am trying to display time on my login page, the problem is that the time is wrong for london. Currently in london its 8.30pm. But it displays 1.00am.. why is this?

#

<?php  $_SESSION['loggedin'] = time ();

session_start();

date_default_timezone_set('Europe/London');


print '<p> blah blah ;'.date('g:i a', $_SESSION['loggin']).'<p>'; ?>

 

Link to comment
https://forums.phpfreaks.com/topic/200209-php-timezone-for-london/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.