- Joined
- Feb 27, 2011
- Messages
- 88
- Reaction score
- 1
Hi,
I have a silly question (and I know it).
I have a routine that runs each night looking at each telephone call, looks at the time the call was received and then checks to see if a credit card was accessed during the call. If it was, it then deletes the file.... Helps with PCI-DSS compliance.
It's just been noticed that the routine isn't currently working. Looking at the code, I can see that it decodes the time stamp from the call recording and this is where the problem is now that we're on summertime (+1 GMT). The timestamp in the file name is still on GMT and hasn't adjusted to BST.
Is there a way to adjust the time in 3CX? The system time is correct..
Thanks in advance.
Iain
I have a silly question (and I know it).
I have a routine that runs each night looking at each telephone call, looks at the time the call was received and then checks to see if a credit card was accessed during the call. If it was, it then deletes the file.... Helps with PCI-DSS compliance.
It's just been noticed that the routine isn't currently working. Looking at the code, I can see that it decodes the time stamp from the call recording and this is where the problem is now that we're on summertime (+1 GMT). The timestamp in the file name is still on GMT and hasn't adjusted to BST.
Is there a way to adjust the time in 3CX? The system time is correct..
Thanks in advance.
Iain