Add additional timezones
This modification is in the archives.
I posted this as a solution to a users question, but i better release it here also, since it could help others.
The example is for Nepal timezone (GMT+5:45, +575 decimal) but you can adjust it to the zone you need. 1) Create a new phrase: Phrasetype: Timezones Varname: timezone_gmt_plus_0545 Text: (GMT +5:45) Nepal Standard Time 2) Edit ./includes/adminfunctions.php Find: PHP Code:
'5.5' => $vbphrase['timezone_gmt_plus_0530'],
PHP Code:
'5.75' => $vbphrase['timezone_gmt_plus_0545'],
Find: PHP Code:
'5.5' => 'timezone_gmt_plus_0530',
PHP Code:
'5.75' => 'timezone_gmt_plus_0545',
Download No files for download. |