Jump to content

Phpvms system time, How change it?


ARV187

Recommended Posts

Hi, I dont have option to change server time.

Support server answer:

the servers time is now:

root@sv51 [~]# date

Sun Mar 30 06:26:35 EDT 2014

Please check in your script / admin, where you can normally set the time zone that you exist in, and it will then show time/dates relevant to you, rather than the server.

http://www.timeanddate.com/worldclock

Please see:

http://www.php.net/manual/en/function.date.php

www.php.net/date

www.php.net/time

www.php.net/datetime

Please let us know if there is anything further we can do for you.

Best Regards

How i can change the phpvms time? may be in local.config.php?

My time hour is (UTC+01:00) Bruselas, Copenhague, Madrid, París

Regards!

Link to comment
Share on other sites

I think that this setting can be done via your php.ini file. Can you gain access to it?

I dont have that file in my ftp directory.

In your local.config.php:

date_default_timezone_set('Europe/Madrid');

# Page encoding options
Config::Set('PAGE_ENCODING', 'UTF-8');

# Page time zone
date_default_timezone_set('Europe/Madrid');

# Maintenance mode - this disables the site to non-admins
Config::Set('MAINTENANCE_MODE', false);

Not work to me.

Link to comment
Share on other sites

Hi there,

Please see:

http://www.php.net/manual/en/function.date.php

www.php.net/date

www.php.net/time

www.php.net/datetime

The timezone needs to be changed from your script or by adding the php.ini directive on your account. You have full control over this.

Please let us know if there is anything further we can do for you.

Best Regards

Im looking for information.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...