| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Member Join Date: Jun 2004 Location: United Kingdom
Posts: 165
![]() | 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: |
| |
| | #2 (permalink) |
| NamePros Regular Join Date: Mar 2006
Posts: 397
![]() | 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: ????: NamePros.com http://www.namepros.com/showthread.php?t=180549 Adrian |
| |