该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Update Time Zones Across Network

描述

Update at once all of the Settings -> General -> Time Zone options of your WordPress network.

This plugin was written specifically for a network that has been around for many years and was set up before WordPress 2.8 fixed the daylight savings time issue. Back then, setting the local time for your blog depended on UTC offsets only, so daylight savings folks were off by an hour for half a year. Then WordPress introduced time zones by city and the problem was solved. But we had all our blogs still with the UTC offset in use. So rather than update them individually, this plugin was written to run once and then move on. Recommended use: upload to your mu-plugins folder, run it once and then delete.

安装

This is intended to be a ‘use once and delete’ plugin.
Install in either your regular plugins folder or in the mu-plugins.

  1. Upload ‘update-timezones.php’ to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Visit YOURDOMAIN/wp-admin/network/settings.php?page=timezone to run it
  4. Delete it when you’re done

常见问题

How many time zones does it support

Right now I only wrote it to update any of the four continental United States time zones. But it’s easy to add more. Just stick them in the select options form area in the same format as the four that are already there.

评价

此插件暂无评价。

贡献者及开发者

“Update Time Zones Across Network” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.0

  • Initial version