Home Components Colors Typography Blog Blocks
Peacock Home Components Colors Typography Blog Blocks Direction Theme

Clock

Displays the current time in a given timezone.

Usage

Display the current local time with the default timezone.


   <wc-clock></wc-clock>

Use a specific IANA timezone string to display time in different regions.

Berlin
New York
Tokyo

   <div class="clock-grid">
      <div class="clock-card">
         <span class="clock-label">Berlin</span>
         <wc-clock timezone="Europe/Berlin"></wc-clock>
      </div>
      <div class="clock-card">
         <span class="clock-label">New York</span>
         <wc-clock timezone="America/New_York"></wc-clock>
      </div>
      <div class="clock-card">
         <span class="clock-label">Tokyo</span>
         <wc-clock timezone="Asia/Tokyo"></wc-clock>
      </div>
   </div>

API Reference

Properties

On this page

Clock

Sponsor