[SOLVED] Â TImezone per user |
9/21/2017 01:26:04 | |
| PHPRunner General questions | ||
|
H
headingwest author
Hi All, |
||
|
|
Sergey Kornilov admin 9/21/2017 |
|
It will work if you save timezone for each customer in login table and apply using date_default_timezone_set() function in AfterAppInit event. |
|
|
H
|
headingwest author 9/26/2017 |
|
It will work if you save timezone for each customer in login table and apply using date_default_timezone_set() function in AfterAppInit event.
//to add "timeahead" hours to "DueDate"
|
|