I have a field createdAt in my Mysql Table which store timestamp.
While queries records i want to Set a particular Timezone:
for example: India Time Zone:
I tried below but it is not working:
mysql_query('SET time_zone ="Asia/Calcutta"');
I have a field createdAt in my Mysql Table which store timestamp.
While queries records i want to Set a particular Timezone:
for example: India Time Zone:
I tried below but it is not working:
mysql_query('SET time_zone ="Asia/Calcutta"');