NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming
Reload this Page British Summer Time (BST)

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.

Advanced Search


Closed Thread
 
LinkBack Thread Tools
Old 03-25-2006, 06:04 PM THREAD STARTER               #1 (permalink)
D@Z
NamePros Member
Join Date: Jun 2004
Location: United Kingdom
Posts: 165
D@Z is on a distinguished road
 



British Summer Time (BST)


I currently have this code to show when my page was last modified in Greenwich Mean Time (GMT) but the clocks in the UK went forward one hour tonight to British Summer Time (BST).

This code I have is set to GMT so is there anyway of putting it +1 hour? Thanks.

PHP Code:
<? $last_modified filemtime("index.php"); 
????: NamePros.com http://www.namepros.com/programming/180549-british-summer-time-bst.html
   print(
"Last Updated: "); 
   print(
gmdate("l, d F, Y H:i"$last_modified));?>
D@Z is offline  
Old 03-27-2006, 04:55 AM   #2 (permalink)
NamePros Regular
Join Date: Mar 2006
Posts: 397
sacx13 is on a distinguished road
 




The time is returned as a Unix timestamp (seconds from xxxx) , so you can add 3600 to last_modified and will be ok

PHP Code:
  <? $last_modified filemtime("index.php");
  
$last_modified=$last_modified+3600;
   print(
"Last Updated: ");
   print(
gmdate("l, d F, Y H:i"$last_modified));?>
Best Regards
????: NamePros.com http://www.namepros.com/showthread.php?t=180549
Adrian
sacx13 is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Liquid Web Smart Servers  
All times are GMT -7. The time now is 09:41 PM.

Managed Web Hosting by Liquid Web
Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger