Tuesday, September 27, 2016

Server Date Time Setting in CWP Panel

Solution 1:-

In CWP Panel

in website php.ini and for server mysql set in my.cnf
and also in system.starup.php ---date_default_timezone_set("Asia/Kolkata");
date.timezone = Asia/Kolkata;

===============OR====================================

Solution 1:-

Time-zone Setting in Linux in centos command


[root@s$$-$$-$$$-$$$ server1]# ln -sf /usr/share/zoneinfo/Asia/Kolkata /etc/localtime
[root@s$$-$$-$$$-$$$ server1]# date
Sat Mar 19 15:48:53 IST 2016
[root@s$$-$$-$$$-$$$ server1]#

Related Posts:

  • Why We Love OpenCart 1. OpenCart is Free 2. Open-Source, Customizable and Flexible 3. Responsive Design 4. Free and Paid Functionality Extensions 5. SEO Ready 6. … Read More
  • System Requirements OpenCart 2.3.0.2 System / Server requirements OpenCart requires certain technical requirements to be met for the store to operate properly. First, a web server must… Read More
  • About vQmod What is vQmod? vQmod™ (aka virtual Quick mod) gives the ability to create modification "scripts" that override the code during execution time. It i… Read More
  • vQmod Scripts and Syntax Scripting The Golden Rules First things to set in your mind... The <search> tag can only be a single line, though doesn't ha… Read More
  • CENTOS WEB PANEL – SYSTEM REQUIREMENTS Make sure that you complete the following tasks before you start the installation process: 1. Setup Hostname This hostname cannot be the same a… Read More

0 comments :

Post a Comment