Discussions about development of VICIDIAL and astGUIclient
Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
by cuimalo » Mon Mar 30, 2009 9:43 pm
The VICIDIAL www client is reporting the incorrect time when the agent located in Arizona as it factors in DST. This borks up VDAD reports (on www admin) and time clock.
I have the same issue with both SVN rev.1087 and stable branches. I am using a Phoenix or Arizona /etc/localtime.
Looks like the .php is doing a isdst call.
This issue was also reported in the "Arizona DST Issue" thread of Mar 11, 2008.
Resolution gents?
-
cuimalo
-
- Posts: 4
- Joined: Tue Oct 07, 2008 3:01 pm
by cuimalo » Mon Mar 30, 2009 9:44 pm
Thanks to both williamconley from poundteam.com and mflorell from vicidial.com for all the help in the past.
-
cuimalo
-
- Posts: 4
- Joined: Tue Oct 07, 2008 3:01 pm
by mflorell » Mon Mar 30, 2009 10:46 pm
So is this a PHP issue where it is reporting isdst as being on?
There are other users that are in Arizona that don't have these problems. I believe enjay has quite a bit of experience with Arizona and could probably help you diagnose this problem.
-
mflorell
- Site Admin
-
- Posts: 18379
- Joined: Wed Jun 07, 2006 2:45 pm
- Location: Florida
-
by cristian » Tue Mar 31, 2009 4:35 pm
Debug for the record:
Create a PHP file in your webroot that contains
<?php echo '<h1>SERVER DATE/TIME IS '.date('Y-m-d H:i:s').'</h1>';phpinfo();?>
If the time it prints out is wrong, its a php/localtime/system issue. Check the 'Default timezone' further down the page.
-
cristian
-
- Posts: 218
- Joined: Tue Mar 31, 2009 4:41 am
-
by cristian » Tue Mar 31, 2009 5:09 pm
Solution for the record:
PHP5 doesn't really trust the systems time zone. Modify (or insert) this directive into php.ini
- Code: Select all
date.timezone = America/Phoenix
For a full list of time zones go to the php manual and search timezones.
Good call Matt.
-
cristian
-
- Posts: 218
- Joined: Tue Mar 31, 2009 4:41 am
-
by mflorell » Tue Mar 31, 2009 7:05 pm
Thank you very much for posting your solution!
-
mflorell
- Site Admin
-
- Posts: 18379
- Joined: Wed Jun 07, 2006 2:45 pm
- Location: Florida
-
by cristian » Tue Mar 31, 2009 8:34 pm
Thanks for vici!
-
cristian
-
- Posts: 218
- Joined: Tue Mar 31, 2009 4:41 am
-
Return to Development
Who is online
Users browsing this forum: No registered users and 28 guests