What timezone is x02.x10hosting.com using?

Status
Not open for further replies.

powerkit

New Member
Messages
2
Reaction score
0
Points
1
I'm currently doing some advance setup of FileZilla, and I wanted to know what the timezone for the server was so I can make sure there isn't any timestamp-related problems on my end. If you know what the server's timezone is, please tell me.
 

bdistler

Well-Known Member
Prime Account
Messages
3,534
Reaction score
196
Points
63
If you know what the server's timezone is
you can 'see' the time zone at your free-hosting server with this PHP script...

time_at_server.php
PHP:
<?php
error_reporting(E_ALL);
print "Time at server " . date("D M j,Y H:i:s T e",time()) . "<br>\n";
?>
 
Status
Not open for further replies.
Top