×

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

<> /* --- 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 in CST (Central Standard Time)

121234567891011
23:57:09 CST
Wednesday1 April 2026

About CST

The standard time for the Central Time Zone in North Americacovering parts of Canadathe United StatesMexicoand Central America. During summermany areas switch to Central Daylight Time (CDTUTC-05:00).

UTC Offset: -06:00

Current time shown is based on the representative IANA zone: America/Bahia_Banderas

<> /* ======================================= */ /* CALCULATOR TOOLBOX STYLES */ /* ======================================= */ /* The main green container box - slightly updated padding */ .calculator-box-container { background-color: #f0f4f8; /* Switched to a light blue-gray for a more "toolbox" feel */ border: 1px solid #d1d9e2; border-radius: 12px; padding: 15px 30px; margin-top: 30px; } /* Style the headings inside the box */ .calculator-box-container h2 { color: #334e68; /* A darkerdesaturated blue */ font-weight: 600; font-size: 1.3em; margin-bottom: 20px; display: flex; align-items: center; } .toolbox-icon { font-size: 1.2em; margin-right: 12px; } /* The Grid Container for our tools */ .calculator-toolbox-grid { list--type: none; padding-left: 0; margin: 0; display: grid; /* On mobilecreate 1 or 2 columns based on available space */ grid-template-columns: repeat(auto-fillminmax(280px1fr)); gap: 15px; /* The space between each tool */ } /* The link itself - this is the "Tool" card */ .calculator-toolbox-grid a { display: flex; /* Use flexbox for easy alignment */ align-items: center; justify-content: space-between; /* Pushes the arrow to the right */ background-color: #ffffff; border: 1px solid #e0e6ed; border-radius: 8px; padding: 16px 20px; text-decoration: none; color: #007bff; font-weight: 500; box-shadow: 0 3px 1px rgba(0,0,0,0.04); transition: all 0.2s ease-in-out; /* Smooth transitions for hover effects */ } /* Add an arrow to each tool for a clear "call to action" */ .calculator-toolbox-grid a::after { content: '→'; font-weight: bold; opacity: 0.6; transition: all 0.2s ease-in-out; } /* Interactive Hover Effect for the tools */ .calculator-toolbox-grid a:hover { border-color: #007bff; color: #0056b3; } /* Make the arrow more prominent on hover */ .calculator-toolbox-grid a:hover::after { opacity: 1; transform: translateX(3px); } @media (max-width: 768px) { .calculator-p { display: none; } } .calculator-p { }
⏱️ Time.now

00:00:00
Loading date...

Explore time in more cities:

Jakarta · Baghdad · Johannesburg · Changchun · Hong Kong · Kano · Saint Petersburg · Jeddah · Chongqing · London · Hefei · Zhengzhou · Qingdao · Ho Chi Minh City · Ankara
<> /* --- 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; } }