Page 1 of 1

Timezone issue in opencats

Posted: 10 Feb 2016, 10:22
by suresh
timezone issue

Hi russ,
i m suresh , i have timezone issues in opencats
in config.php file
Code: Select all
/* Offset to GMT Time. */
define('OFFSET_GMT', 4.5);
i try to give floating point numbers.. but it wont work.. if i have try " define('OFFSET_GMT', 4); or define('OFFSET_GMT', 5);" means it works properly..



my timezone is +5.30 India(chennai)..
what is the solution for me to give 4.5 and work properly??..