View Full Version : timezone: GMT + 0545
admin0
11-17-2005, 06:40 PM
Hi,
I want to have my timezone displayed as GMT + 5hrs 45 minutes (Nepal Standard Time)
How do I ? (in a bit detail if possible)
Cheers,
admin0
11-19-2005, 04:52 PM
bump :D
Marco van Herwaarden
11-19-2005, 05:17 PM
Ok, you can do the following:
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:
'5.5' => $vbphrase['timezone_gmt_plus_0530'],Add under: '5.75' => $vbphrase['timezone_gmt_plus_0545'],
3) Edit ./includes/functions_misc.php
Find:
'5.5' => 'timezone_gmt_plus_0530',Add Under: '5.75' => 'timezone_gmt_plus_0545',
Not tested, but this should do the trick.
admin0
11-22-2005, 06:45 PM
Worked Perfectly.
Thanks
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.