Skip to content

Team Clock Chart Generator

The office-wall multi-timezone chart: pick 2–8 cities, get a 24-hour grid with each city's working hours shaded and weekends marked per country, then print it as a single page or share the URL.

Published August 27, 2026Reviewed August 27, 2026By Max

Direct Answer

A printed team clock chart helps a distributed team answer "what time is it for them right now" without opening a tool. Rows are cities, columns are the 24 hours of August 14, 2026 in UTC, and every cell shows the city's local clock. Working hours (09:00–17:00 local) are shaded; each row's weekend follows its country's calendar — Saudi Arabia is Friday–Saturday, while the default elsewhere is Saturday–Sunday.

Server-rendered worked example — readable without JavaScript

London · New York City · Riyadh on Friday, August 14, 2026

Columns are hours 00–23 UTC. Shaded cells are within local working hours; amber marks the country's weekend. Weekend: Saturday–Sunday · Friday–Saturday.

00
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
London
Saturday–Sunday
01:00
02:00
03:00
04:00
05:00
06:00
07:00
08:00
09:00
10:00
11:00
12:00
13:00
14:00
15:00
16:00
17:00
18:00
19:00
20:00
21:00
22:00
23:00
00:00
New York City
Saturday–Sunday
20:00
21:00
22:00
23:00
00:00
01:00
02:00
03:00
04:00
05:00
06:00
07:00
08:00
09:00
10:00
11:00
12:00
13:00
14:00
15:00
16:00
17:00
18:00
19:00
Riyadh
Friday–Saturday
03:00
04:00
05:00
06:00
07:00
08:00
09:00
10:00
11:00
12:00
13:00
14:00
15:00
16:00
17:00
18:00
19:00
20:00
21:00
22:00
23:00
00:00
01:00
02:00

On this reference day, each row shades its country's weekend days from the sourced weekend map: Saudi Arabia is Friday–Saturday (Friday–Saturday), while London and New York follow the Saturday–Sunday default. Add your own mix below and print it.

Build your team chart

Columns are the 24 hours of this day in UTC; each cell shows the city's local time. Shaded cells are within a city's working hours; amber rows/days mark that country's weekend (Friday, August 14, 2026).

Weekend: Saturday–Sunday · Friday–Saturday

00
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
London
Saturday–Sunday
01:00
02:00
03:00
04:00
05:00
06:00
07:00
08:00
09:00
10:00
11:00
12:00
13:00
14:00
15:00
16:00
17:00
18:00
19:00
20:00
21:00
22:00
23:00
00:00
New York City
Saturday–Sunday
20:00
21:00
22:00
23:00
00:00
01:00
02:00
03:00
04:00
05:00
06:00
07:00
08:00
09:00
10:00
11:00
12:00
13:00
14:00
15:00
16:00
17:00
18:00
19:00
Riyadh
Friday–Saturday
03:00
04:00
05:00
06:00
07:00
08:00
09:00
10:00
11:00
12:00
13:00
14:00
15:00
16:00
17:00
18:00
19:00
20:00
21:00
22:00
23:00
00:00
01:00
02:00

How the shading works

Every cell is one city's local time at a given UTC hour. A cell is shaded as working when the local time falls inside the site's business-status window (09:00–17:00 local). A cell is marked weekend when the city's local day is one of its country's weekend days, taken from the same sourced weekend map that powers the business-days calculator and the planner (weekendDaysByCountryCode insrc/data/holidays.ts). Only Saudi Arabia, Kuwait, Qatar, and Oman encode a non-default Friday–Saturday weekend; every other country uses Saturday–Sunday.

The chart is a single UTC-anchored reference day, so late columns can cross into the next local date for a city — that edge is shaded with the country's weekend rules rather than guessed. Print via the browser (Print / save as PDF); the print stylesheet reduces the page to just the chart on one clean sheet. No ads, no account, and the example renders without JavaScript (methodology).

Business days calculator

Weekend shading on this chart uses the same per-country weekend maps as the working-days calculator — check how many working days remain between two dates for those countries.

Open the business-days tool →

Plan the meetings too

Once the chart is on the wall, the recurring meeting planner finds real overlap, flags DST drift, and exports the calendar invite.

Open the meeting planner →