Time zone


When using Web File Share with a webhosting service, sometimes the server is located in a different time zone than you and your users. You can adjust the time difference by configuring Web File Share to use your time zone instead:

Open the file "/path-to-WebFileShare/customizables/config.php" in a text editor and add the following line:

date_default_timezone_set("Asia/Tokyo");

Replace "Asia/Tokyo" with your desired location.

Find a list of available timezone codes for various locations on the planet at http://www.php.net/manual/en/timezones.php

Date/Time Formats

If you also want to change the date/time formats used in the interface, these can be changed by editing the language translation files (See Translating Web File Share).



Article ID: 577
Created On: Wed, Mar 5, 2014 at 1:54 AM
Last Updated On: Fri, Nov 17, 2017 at 4:00 PM
Authored by: KB Admin01 [[email protected]]

Online URL: https://kb.quikbox.com/article.php?id=577