When i am running a query with NOW(), it gives me incorrect time (Actual Time+4 Hours).
"SELECT NOW() AS current_time ";
The above is the simple query.
When i am running a query with NOW(), it gives me incorrect time (Actual Time+4 Hours).
"SELECT NOW() AS current_time ";
The above is the simple query.