Plugin Directory

TimeZoneCalculator

So, a lot of stuff changed with TimeZoneCalculator 0.90?

Heck, yeah. - I changed the internal structure of the plugin to use the php timezones library instead of calculating the timezones myself. Thus, please make sure that you have a recent version of php including the required library installed. In case you don't have a suiting environment, you can still use version 0.81 which is the last TimeZoneCalculator version that can be used with older php versions. Nevertheless, please note that due to various security reasons there should always be a recent version of php installed. In case of a hosted environment, please contact your provider for further information.

As your environment is now set up properly, enjoy the benefits of TimeZoneCalculator 0.90 :) This new version yields the advantage, that the timezones-entries can be more easily selected and managed: information like abbreviations, offset to UTC and daylight saving can be automatically retrieved and updated. I'm afraid it is not possible to use your old timezone-entries with the new version, but it won't take you more than five minutes to convert them to the new format by manually editing. I'm sorry for any inconvenience caused.

If any timezone information like offset, abbreviations, etc. appears to be wrong, please leave a message for the php guys on their board.

Though timezone abbreviations can be automatically filled out, the corresponding full names (for example Central European Time for CET) are currently not supported within the php library. Nevertheless, you can look up this information in the TimeZoneCalculator Tab in your Admin Menu.

Why is 'Drag and Drop' not working? Why can't I see the 'Drag and Drop' section?

This section is based on internal WordPress Javascript-libraries, which means that it will only work with WordPress Version 2.1 or higher. In addition you have to have Javascript enabled in your browser (this is a default setting in a common browser like Firefox). The plugin is still fully functional without these constraints, but you need to customize your timezone entries manually as in older versions of TimeZoneCalculator.

How can I adopt the color scheme in the TimeZoneCalculator Settings Tab for WordPress 2.5 and higher?

If you select one of the two default color schemes (classic = Blue or fresh = Gray) in your Profile Page, TimeZoneCalculator automatically adopts its colors to this scheme.

In case you use a custom color scheme, this cannot be done automatically, because WordPress still doesn't provide any proper functions to find out, which colors of your scheme are used for background, font, etc. - Nevertheless, you can set up your preferred colors manually: Just add the filter timezonecalculator_available_admin_colors in for example timezonecalculator.php or in your custom-colors-plugin.

Array-Structure:

  • 1 -> border-color of drag and drop lists
  • 2 -> background-color of drag and drop menu items
  • 4 -> text-color of drag and drop menu items

Example:

function my_timezonecalculator_available_admin_colors($colors=array()) {
    $colors["custom_scheme"] = array("#14568A", "#14568A", "", "#C3DEF1");
    return $colors;
}

add_filter('timezonecalculator_available_admin_colors', 'my_timezonecalculator_available_admin_colors');

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus (1 reporting)

100%
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1
100,1,1

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(6 ratings)