timezone

  1. K

    How can we change timezone of your PHP website?

    If your server timezone is different and you are getting issue in your PHP script then you can simply solve this issue at your end. You just have to create php.ini file in your account and add single line of code. Login to cpanel. Click on “File manager” under “Files”. Navigate to public_html...
  2. K

    Ways to convert timezone in mysql

    We can change Mysql timezone by using CONVERT_TZ function. You have to use below SQL command to change timezone SELECT CONVERT_TZ( NOW(),'current-time-zone','changed-time-zone' ); If you want to change your timezone to USA new York, you can run below command. SELECT CONVERT_TZ(...
  3. bhawanisingh

    Set Time, Date Timezone in Linux Command Line

    It's very important to set correct time and date in Linux.various things only depend on this time zone. It's not a matter that you are using Linux server or Linux to your personal computer.it's always important to set the correct time on the server or on the clock. Date Timezone in Linux from...
Top