=== What Time Is It Clock===
Contributors: oggino
Tags: clock, timezone, admin, dashboard, metabox
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 7.4
Stable tag: 1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A lightweight admin clock for WordPress that shows the current time in a chosen timezone. Fully client-side, no external API needed.

== Description ==

**What Time Is It Clock** adds a digital clock to the post/page editor sidebar in the WordPress admin. Users can select their preferred timezone, and the clock updates in real time using only JavaScript.

Features:
- Real-time clock display
- Timezone selection
- Stores user preference
- Zero external dependencies (no API)
- Works offline

== Installation ==

1. Upload the plugin folder to `/wp-content/plugins/`
2. Activate the plugin via the Plugins screen
3. Open any post or page in the admin to see the clock in the sidebar

== Frequently Asked Questions ==

= Does it work on custom post types? =
Yes, you can enable support by editing the `add_meta_box()` function.

= Can I use it on the frontend? =
Currently no, it's designed for admin only.

== Screenshots ==
1. The clock metabox in the editor

== Changelog ==

= 1.0 =
* Initial release

== Upgrade Notice ==

= 1.0 =
First version, no upgrade notes yet.
