Warning: include_once(blog.inc) [function.include-once]: failed to open stream: No such file or directory in /home/mark/htdocs/tm/archives/2006_02.php on line 3

Warning: include_once() [function.include]: Failed opening 'blog.inc' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/mark/htdocs/tm/archives/2006_02.php on line 3
Mark's Technomusings: February 2006 Archives

February 09, 2006

Manually setting the time on a unix server with /bin/date

In case you are unable to set the time on your server automagically, you can do it by hand with this command:
/bin/date -s "2006-02-09 19:10:30" +"%Y-%m-%d %T"

Obviously, put in the correct year/month/day etc.

Posted by mark at 04:12 PM | Comments (0) | TrackBack