Version: 1.0.1, by Boofo
Developer Last Online: Jun 2012
Category: Miscellaneous Hacks -
Version: 3.5.8
Rating:
Released: 08-16-2005
Last Update: 08-17-2005
Installs: 78
Uses Plugins Template Edits
Additional Files
No support by the author.
World Time Zones
(By Boofo)
==========
Description
--------------
This product will add a separate page with a listing of different world time zones.
Details
---------
1 Product XML
1 PHP file
3 Images
Installation
--------------
1. Upload worldtimes.php to your forums directory
2. Upload the 3 image files to your images/misc directory
3. Go to your AdminCP
Scroll down to 'Plugin System'
Click 'Manage Products'
Click 'Add/Import Product'
Click the 'Browse' button, and locate the product-worldtimes.xml file on your computer.
--------------
Done!
Enjoy!
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Bob i got another idea for you. Guess it should be fairly simple to make and i have been walking around with the idea a long time, but just never cam to making it. What about the posters local time in the postbit (the time he made the post, next to the time the post was made).
Bob i got another idea for you. Guess it should be fairly simple to make and i have been walking around with the idea a long time, but just never cam to making it. What about the posters local time in the postbit (the time he made the post, next to the time the post was made).
You lost me. The time he made the post would be the same as the time the post was made. Do you mean their local time where they are at? I did that for vb3. It showed their local time at the time the user was veiwing the post. Am I close here to what you are thinking?
My forum is set for GMT+10 (Australian Eastern Standard Time). All is good, except for the fact that all times are 12 hours ahead of the current time.
Any suggestions on how to fix this?
EDIT: Also, I don't this plugin can tell whether Daylight Savings Time (DST) is active in a particular timezone or not. Currently, it is winter in Australia, and DST isnt 'active' in southern states, however, the times for Sydney, Melbourne & Canberra are all 1 hour ahead of Brisbane (AEST) time.
My forum is set for GMT+10 (Australian Eastern Standard Time). All is good, except for the fact that all times are 12 hours ahead of the current time.
Any suggestions on how to fix this?
EDIT: Also, I don't this plugin can tell whether Daylight Savings Time (DST) is active in a particular timezone or not. Currently, it is winter in Australia, and DST isnt 'active' in southern states, however, the times for Sydney, Melbourne & Canberra are all 1 hour ahead of Brisbane (AEST) time.
Thanks,
Do you have a test account set up where I can look at the World Times?
Do you have a test account set up where I can look at the World Times?
I will PM you details.
EDIT:
Quote:
Originally Posted by Boofo in PM
Ok, I see the problem. Your server is not set on GMT time, right? The line in the worldtimes.php is for servers set on GMT time. We need to adjust that line according to what time your server is actually on.
This line:
$servertime = ($timeoffset - ($timediff+2)); //Server is on GMT time
is GMT time. We need to change the 2 to match whatever your server time is set to, not the vb setting, but the actual server time. Does that make any sense?
Try -10 instead of +2 and let me know what you get.
Your timezone arrangements for 10 and 11 are wrong. Sydney, Melbourne and Canberra are +10, not +11. They go to +11 for DST, but that should not affect their normal +10 offset.
I believe that they should always remain in the +10, but also highlight them to indicate they are in DST.
--
There should be a PHP method to determin if a certain timezone is in DST. I would use that instead of using a user's DST determination.
--
There is a better (less templates) way to show the local users timezone.