I am on shared hosting and I the timezone of my host does not match that of my location. How can I select a timezone? I have it set to the client timezone for now, but all of the punches ALWAYS appear an hour off no matter what computer is used to clock in/out. Thanks for any help!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Simple add this code to your php.ini in your cgi-bin or where ever it is stored below is for central time zone you will need to change it to your timezone. Just Google for you timezone option.
date.timezone = "America/Chicago"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In version 1.04 - where is this php.ini located? There are absolutely no files in the cgi-bin folder of my install. I am having the same issue where the times are 1 hour off and I would like to make this edit and get this resolved. Using Filezilla I cannot find a php.ini anywhere at all in the installation of time clock or the cgi-bin.
Thank you for any leads.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The php.ini has nothing to do with it. PHP.ini is the configuration file
for your php server. You can set the time to the local client machine
under administration/edit system settings/timezone settings.
On 7/8/2013 12:08 PM, Christopher Dittmar wrote:
In version 1.04 - where is this php.ini located? There are absolutely
no files in the cgi-bin folder of my install. I am having the same
issue where the times are 1 hour off and I would like to make this
edit and get this resolved. Using Filezilla I cannot find a php.ini
anywhere at all in the installation of time clock or the cgi-bin.
I am on shared hosting and I the timezone of my host does not match that of my location. How can I select a timezone? I have it set to the client timezone for now, but all of the punches ALWAYS appear an hour off no matter what computer is used to clock in/out. Thanks for any help!
Simple add this code to your php.ini in your cgi-bin or where ever it is stored below is for central time zone you will need to change it to your timezone. Just Google for you timezone option.
date.timezone = "America/Chicago"
In version 1.04 - where is this php.ini located? There are absolutely no files in the cgi-bin folder of my install. I am having the same issue where the times are 1 hour off and I would like to make this edit and get this resolved. Using Filezilla I cannot find a php.ini anywhere at all in the installation of time clock or the cgi-bin.
Thank you for any leads.
The php.ini has nothing to do with it. PHP.ini is the configuration file
for your php server. You can set the time to the local client machine
under administration/edit system settings/timezone settings.
On 7/8/2013 12:08 PM, Christopher Dittmar wrote: