×

注意!页面内容来自https://time.now/,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

<> /* --- Breadcrumb Bar Styling --- */ .breadcrumb-container { padding: 10px 15px; background-color: #f8f9fa; /* A light greymatching your other elements */ border-bottom: 0px solid #dee2e6; margin: 0 auto; /* Ensures it centers within the max-width */ width: 100%; max-width: 1100px; } .breadcrumb { margin-bottom: 0; /* Remove default bottom margin from Bootstrap's breadcrumb */ font-size: 0.9rem; /* Slightly smaller font for distinction */ } .breadcrumb-item a { text-decoration: none; color: #007bff; } .breadcrumb-item a:hover { text-decoration: underline; } .breadcrumb-item.active { color: #6c757d; /* Muted color for the current page */ } /* By defaultthe suffix is shown */ .breadcrumb-city-suffix { display: inline; /* Default display behavior */ } /* On smaller screenshide the city suffix in the last active breadcrumb item. Adjust the max-width value to the point where the text becomes too long. 575px is a common breakpoint for very small screens (like Bootstrap's 'sm' breakpoint ends). You might want 767px or something custom. */ @media (max-width: 575px) { .breadcrumb>.breadcrumb-item:last-child.active .breadcrumb-city-suffix { display: none; } }

Current Time Now Worldwide

🌐 UTC Time

121234567891011
Sat
23:18

Welcome to Time.now.

The current time in UTC is:

23 : 18 : 17
SaturdayApril 42026 | Week 14

Time now in Major Time Zones

<> .promo-tools-section-container { } .promo-tools-layout { display: grid; grid-template-columns: 32% 1fr; /* Use 1fr for the second column to take remaining space */ gap: 25px; /* Added a gap between the two main columns */ align-items: flex-start; } .promo-tools-label-column .tools-main-title { /* Renamed from h3 for clarity */ font-size: 1.5rem; /* Original h3 size */ color: #2c3e50; margin-top: 0; margin-bottom: 10px; font-weight: 600; } .promo-tools-label-column .tools-main-description { /* Renamed from p for clarity */ font-size: 0.95rem; color: #5a6d7d; line-height: 1.6; margin-bottom: 25px; /* Space before category list */ } /* NEW Styles for Category Listing */ .category-link-block { margin-bottom: 20px; /* Space between each category block */ } .category-link-block .category-name-link { display: block; /* Make it a block to control margin */ /*font-size: 1.6rem; Larger font size for category name */ font-weight: bold; color: #007bff; /* Blue color like the "Health" example */ text-decoration: none; margin-bottom: 5px; /* Space between category name and tool links */ } .category-link-block .category-name-link:hover { text-decoration: underline; } .category-tool-list { font-size: 0.9rem; /* Smaller font for tool links */ line-height: 1.5; color: #495057; /* Slightly muted color for the text around links */ } .category-tool-list .tool-link { color: #007bff; /* Blue for tool links */ text-decoration: none; } .category-tool-list .tool-link:hover { text-decoration: underline; } .category-tool-list .tool-link:not(:last-child)::after { content: ""; /* Comma separator */ color: #6c757d; /* Color for the comma */ } /* END NEW Styles for Category Listing */ .promo-box { border: 1px solid #e0e0e0; border-radius: 10px; padding: 20px; text-align: center; height: 100%; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; } .promo-icon { font-size: 2.8rem; margin-bottom: 12px; display: block; line-height: 1; } .promo-title { font-size: 1.3rem; font-weight: 600; margin-top: 0; margin-bottom: 8px; color: #333333; } .promo-description { color: #666666; font-size: 0.875rem; line-height: 1.5; margin-bottom: 15px; flex-grow: 1; } .promo-button { border: none; color: white !important; padding: 9px 18px; border-radius: 20px; font-weight: 500; font-size: 0.9rem; text-decoration: none; display: inline-block; } .promo-button .btn-arrow-emoji { margin-left: 6px; display: inline-block; line-height: 1; } .promo-button:hover { color: white !important; text-decoration: none; } .promo-box.stopwatch { background: linear-gradient(135deg#fff7e6 0%#ffeeda 100%); border-color: #ffdcb2; } .promo-box.stopwatch .promo-icon { color: #f39c12; } .promo-box.stopwatch .promo-button { background: linear-gradient(135deg#f39c12#e67e22); } .promo-box.timer { background: linear-gradient(135deg#e0f7fa 0%#d1f0f5 100%); border-color: #b3e0e8; } .promo-box.timer .promo-icon { color: #17a2b8; } .promo-box.timer .promo-button { background: linear-gradient(135deg#17a2b8#138496); } .promo-box.widgets { background: linear-gradient(135deg#e6f7e9 0%#d9f2dd 100%); border-color: #c2e8c9; } .promo-box.widgets .promo-icon { color: #28a745; } .promo-box.widgets .promo-button { background: linear-gradient(135deg#28a745#20c997); } .promo-box.alarm { background: linear-gradient(135deg#f3e5f5 0%#e1bee7 100%); border-color: #ce93d8; } .promo-box.alarm .promo-icon { color: #8e24aa; } .promo-box.alarm .promo-button { background: linear-gradient(135deg#8e24aa#6a1b9a); } @media (max-width: 991px) { .promo-tools-layout { grid-template-columns: 1fr; } .promo-tools-label-column { } .promo-tools-label-column .category-name-link { } /* Center category name if stacked */ .promo-tools-label-column .category-tool-list { } /* Center tool list if stacked */ } @media (max-width: 768px) { .promo-icon { font-size: 2.5rem; } .promo-title { font-size: 1.2rem; } .promo-description { font-size: 0.85rem; } .promo-button { padding: 8px 16px; font-size: 0.85rem; } .category-link-block .category-name-link { } .category-tool-list { font-size: 0.85rem; } } /* +++ NEW: Specific Pill Styles for Timer Box (Teal Theme) +++ */ .promo-box.timer .quick-links-label { color: #17a2b8; } .promo-box.timer .links-wrapper a { border-color: #17a2b8; color: #138496; } .promo-box.timer .links-wrapper a:hover { background-color: #17a2b8; color: #ffffff !important; border-color: #17a2b8; } /* Styling for the quick links inside the promo box */ .promo-quick-links { margin-bottom: 15px; text-align: center; } .quick-links-label { display: block; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; color: #8e24aa; margin-bottom: 8px; letter-spacing: 0.5px; } .links-wrapper { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; } .links-wrapper a { font-size: 0.8rem; padding: 3px 6px; background-color: rgba(2552552550.6); border: 1px solid #ce93d8; border-radius: 12px; color: #6a1b9a; text-decoration: none; transition: all 0.2s ease; } .links-wrapper a:hover { background-color: #8e24aa; color: #ffffff !important; border-color: #8e24aa; } /* Adjust promo box height to accommodate links .promo-box { min-height: 320px; } */

🕰️ Online Clock

A high-precision clock synchronized with atomic time for ultimate accuracy.

Online Clock ➡️

⏱️ Online Stopwatch

Professional timing with millisecond accuracy and lap times for productivity.

Online Stopwatch ➡️

⏲️ Timer

Set countdown timers for any duration. Perfect for breaksworkoutscookingand reminders. View all timers.

Set Timer ➡️

🔧 Free Widgets & API

Add live clocks to your website. Choose from analogdigitaltextand word clock widgets. Or Build with API.

Get Countdown Widget ➡️
Get Clock Widgets ➡️
Free World Time API ➡️

⏰ Alarm Clock

Never miss an important event. Set customizable alarms to wake up or get reminders.

Set Custom Alarm ➡️

This Month's Calendar

MTWTFSS
30 31 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 1 2 3

On This Day

  • Year 1147 — First historical record of Moscow.

  • Year 1287 — King Wareru founds the Ramanya Kingdomand proclaims independence from the Pagan Kingdom.

  • Year 1460 — Basel University is founded.

  • Year 1887 — ArgoniaKansas elects Susanna M. Salter as the first female mayor in the United States.

  • Year 1905 — In Indiaan earthquake hits the Kangra Valleykilling 20,000and destroying most...

Upcoming Public Holidays

⏱️ Time.now

00:00:00

Browse by region type:

Atolls | Autonomous Communities | Cantons | Counties | Countries | Departments | Districts | Divisions | Emirates | Entities | Federal Subjects | Governorates | Island Councils | Island Groups | Islands | Municipalities | Oblasts | Parishes | Prefectures | Provinces | Quarters | Regions | States | Voivodeships | Wards

Time now in these cities:

Shanghai · Beijing · Dhaka · Cairo · Shenzhen · Guangzhou · Lagos · Kinshasa · Istanbul · Tokyo · Chengdu · Mumbai · Moscow · São Paulo · Karachi · Tianjin · Delhi · Jakarta · Bangkok · Wuhan · Lima · Seoul · Dongguan · Xi’an · Nanjing · Hangzhou · Mexico City · Tehran · Foshan · Ho Chi Minh City · London · New York City · Bengaluru · Luanda · Hanoi · Bogota · Riyadh · Hong Kong · Hong Kong · Chongqing · Baghdad · Qingdao · Shenyang · Rio de Janeiro · Suzhou · Ahmedabad · Abidjan · Lahore · Santiago · Singapore · Singapore · Johannesburg · Dar es Salaam · Saint Petersburg · Alexandria · Harbin · Sydney · Khartoum · Ankara · Hefei · Melbourne · Dalian · Kano · Addis Ababa · Changchun · Cape Town · Jeddah · Chennai · Kolkata · Xiamen · Surat · Yangon · Nairobi · Wuxi · Giza · Jinan · Taiyuan · Kabul · Zhengzhou · Amman · Shijiazhuang · Chattogram · Los Angeles · Kunming · Zhongshan · Nanning · Shantou · Yaounde · Yokohama · Ningbo · Busan · Casablanca · Ibadan · Berlin · Dubai · Shiyan · Algiers · Tangshan · Madrid · Changzhou

Time now in countries:

🇦🇷 Argentina | 🇦🇺 Australia | 🇧🇩 Bangladesh | 🇧🇪 Belgium | 🇧🇷 Brazil | 🇨🇦 Canada | 🇨🇳 China | 🇨🇴 Colombia | 🇪🇬 Egypt | 🇪🇹 Ethiopia | 🇫🇷 France | 🇩🇪 Germany | 🇮🇳 India | 🇮🇩 Indonesia | 🇮🇷 Iran | 🇮🇹 Italy | 🇯🇵 Japan | 🇲🇾 Malaysia | 🇲🇽 Mexico | 🇳🇱 Netherlands | 🇳🇬 Nigeria | 🇵🇰 Pakistan | 🇵🇭 Philippines | 🇵🇱 Poland | 🇷🇴 Romania | 🇷🇺 Russia | 🇸🇦 Saudi Arabia | 🇸🇬 Singapore | 🇿🇦 South Africa | 🇰🇷 South Korea | 🇪🇸 Spain | 🇸🇪 Sweden | 🇨🇭 Switzerland | 🇹🇼 Taiwan | 🇹🇭 Thailand | 🇺🇦 Ukraine | 🇬🇧 United Kingdom | 🇺🇸 United States | 🇻🇳 Vietnam |

Time now in time zones:

UTC | GMT | CET | PST | MST | CST | EST | EET | IST | China (CST) | JST | AEST | SAST | MSK | NZST |
<> /* --- SHARED STYLES (Desktop & Mobile) --- */ .footer-columns-container { padding-top: 10px; margin-top: 10px; border-top: 0px solid #ddd; } .footer-column { margin-bottom: 10px; } /* FIX: Make Main Header and Sub-Header identical in */ .footer-column-header, .footer-sub-header { font-weight: bold; font-size: 1rem; color: #333; display: block; } /* Define individual spacing for Desktop */ .footer-column-header { margin-bottom: 12px; } .footer-sub-header { margin-top: 15px; /* Gap from the list above it */ margin-bottom: 12px; } .footer-column-list { list-: none; padding: 0; margin: 0; } .footer-column-list li { margin-bottom: 1px; } .footer-column-list a { color: #007bff !important; text-decoration: none; font-size: 0.9rem; } .footer-column-list a:hover { text-decoration: underline; } .footer-copyright-row { border-top: 1px solid #ddd; padding-top: 10px; margin-top: 10px; } .footer-copyright-row a { color: #007bff !important; } .about-calculator-now { margin-top: 1.5rem; padding-bottom: 20px; } /* STIPPLED WEBMASTER BOX */ .webmaster-widget-box { border: 1px dashed #666; padding: 8px; margin-top: 10px; border-radius: 4px; } /* --- MOBILE ONLY STYLES (Tightened for Mobile View) --- */ @media (max-width: 991.98px) { footer, .abovefooter { padding-left: 5px !important; padding-right: 5px !important; margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; } .abovefooter { font-size: 0.9rem !important; line-height: 1.4 !important; border-bottom: 1px solid #ddd; margin-bottom: 5px !important; } /* Standardize Header and Sub-Header for Mobile */ .footer-column-header, .footer-sub-header { font-size: 0.9rem !important; margin-bottom: 2px !important; } .footer-sub-header { margin-top: 10px !important; /* Spacing between sections on mobile */ } .footer-columns-container { margin-top: 0 !important; padding-top: 0px !important; } .footer-column { margin-bottom: 5px !important; } .footer-copyright-row { margin-top: 5px !important; padding-top: 5px !important; } .row { margin-left: 0 !important; margin-right: 0 !important; } .footer-columns-container .col-6 { padding-left: 0 !important; padding-right: 5px !important; } .about-calculator-now { margin-top: 5px !important; font-size: 0.85rem !important; } }