Jump to content

[SOLVED] Time offsets


richardk

Recommended Posts

Non programmer trying!?!?!

 

I am trying to add a time offset (+1hr) to this script; can anybody help. The server that hosts this page is in another time zone, but I need for it to display local time. I'm not sure if this script can be modified or if in need another all together.

 

<?php

$filename = 'weather1.txt';

if (file_exists($filename)) {

echo "Last Updated: " . date ("F d Y H:i:s.", filemtime($filename));

}

?>

 

I am taking a time stamp off the file being uploaded so people looking at the web page can see if the information they have been FTP'd has been updated as it should be.

Link to comment
https://forums.phpfreaks.com/topic/149905-solved-time-offsets/
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.