TimeZoneOffset
Posted on
16th Feb 2014 07:03 pm by
admin
Hello,
Please i need your help. I have a system that users can use to punch in and out. This system has been working fine however the time went one hour behind on sunday and since then the system has refused to work. I am using IIS server and this is code....
Did you know?Explore Trending and Topic pages for more stories like this.
Line number On/Off | Expand/Contract public function showPunchView($messageType = null, $message = null) { $attendanceObj = new AttendanceRecord(); $records['attRecord'] = $attendanceObj->fetchRecords($_SESSION['empID'], null, null, AttendanceRecord::STATUS_ACTIVE, AttendanceRecord::DB_FIELD_PUNCHIN_TIME, 'DESC', '0, 1', true); $records['editMode'] = Config::getAttendanceEmpChangeTime(); $records['empId'] = $_SESSION['empID']; $timeStampDiff = ($_SESSION['userTimeZoneOffset'] - round(date('Z')/3600, 1))*3600; $records['currentDate'] = date('Y-m-d', time() $timeStampDiff); $records['currentTime'] = date('H:i', time() $timeStampDiff); $records['messageType'] = $messageType; $records['message'] = $message; $sysConfObj = new sysConf(); $records['timeInputHint'] = $sysConfObj->getTimeInputHint();
No comments posted yet
Your Answer:
Login to answer
288
50
Other forums
[newb] Image hosting help.
Hey there, I'm new to php, I know some basics and i can code PWN, I'm only 14 but I'm interested in
Mail sending is slow on server
Why mail is taking time to be send on apache-linux server
Array becomes unset by itself?
Hi,
I have a bit of experience with PHP but not extensive. It seems I cannot store any items
Sort Alternative/bi-monthly
Hi all,
Am going mad trying to get something to work.
I'm creating a CMS for a magazi
Table sorting
Hi,
I'm trying to modify the following in order to make the output table sorted alphabeticall
Problems with strings containing
Hey all,
I have encountered something strange in a script. I am trying to write an XML heade
import table with dependency
Hi
What is the best way to import table back which has dependency?
SQL> cre
AJAX form submit
I recently built a form that submits data to my database with an ajax function that is called throug
void* and sizeof()
Hi,
Using void* and sizeof is it possible to get the value of the object ?
I understan
Save cookie to DB
I'm working on a pixel tracking script for an incentive website and I need to use an ASP script to s