There are six time zones across The United States: Hawaii-Aleutian time, Alaska time, Pacific time, Mountain time, Central time, and Eastern time.
You may want to at times convert GMT/UTC time zone into specific timezones in Excel. In such case you can make use of the formula Cell +/- GMT-OFFSET/24
GMT/UTC Timezone GMT 12/25/22 12:00 AM Formula
Eastern Standard Time EST GMT-5 12/24/22 7:00 PM D1 - 5/24
Central Standard Time CST GMT-6 12/24/22 6:00 PM D1 - 6/24
Mountain Standard Time MST GMT-7 12/24/22 5:00 PM D1 - 7/24
Pacific Standard Time PST GMT-8 12/24/22 4:00 PM D1 - 8/24
Alaskan Standard Time AST GMT-9 12/24/22 3:00 PM D1 - 9/24
Hawaiian Standard Time HST GMT-10 12/24/22 2:00 PM D1 - 10/24
Note: You also need to make into account Daylight Saving Time (DST),
GMT/UTC Timezone GMT 10/25/22 12:00 AM Formula
Eastern Daylight Time EDT GMT-4 10/24/22 8:00 PM D1 - 4/24
Central Daylight Time CDT GMT-5 10/24/22 7:00 PM D1 - 5/24
Mountain Daylight Time MDT GMT-6 10/24/22 6:00 PM D1 - 6/24
Pacific Daylight Time PDT GMT-7 10/24/22 5:00 PM D1 - 7/24
Alaskan Daylight Time ADT GMT-8 10/24/22 4:00 PM D1 - 8/24
Hawaiian Daylight Time HDT GMT-9 10/24/22 3:00 PM D1 - 9/24

-
Have Questions? Post them here!
More Posts related to Microsoft,
- Keyboard shortcuts to format Source code in Microsoft Visual Studio Code IDE
- Power BI error Something went wrong, unable to read the application metadata
- Fix 0x80070194 Error When Opening Microsoft OneDrive File
- Fix - Microsoft Windows Error Code: 0xA00F4244 NoCamerasAreAttached
- Graph API error when querying BookingBusinesses - ErrorExceededFindCountLimit, The GetBookingMailboxes request returned too many results
- How to take a screenshot on Microsoft Windows OS on PC or Laptop
- [Fix] Microsoft AADSTS900561: The endpoint only accepts POST requests. Received a GET request.
- Microsoft Edge Fix: ERR_TUNNEL_CONNECTION_FAILED
- Fix - 412 Cookies Are Disabled error in Exchange Admin Center when you click hybrid
- Remove mailto link from Microsoft 365 Word Document Email Text
- Fix Power Automate FLOW error - InvalidTemplate Unable to process template language expressions in action
- Microsoft Edge browser error on MAC - This page is having a problem Try coming back to it later
- Outlook and Hotmail not working - email issue, message not delivered, send receive problem
- What is FCM Messages Test Notification! [Microsoft Teams] [Google Hangouts]
- How to record PowerPoint slide show presentation on Mac - narration, slide timings, ink gestures
- How to activate and use Microsoft Teams Together mode
- Install Microsoft Remote Desktop (RDP) Client on Mac
- Outlook - The mailbox isn't available. This may have occurred because the license for the mailbox has expired.
- How to fix Microsoft Windows 10 update error 80070020
- The authenticated user is not authorized to access this resource - Stream/SharePoint/Teams/OneNote
- Microsoft Office Excel - Couldnt Open the Workbook - The workbook cannot be opened.
- Convert GMT/UTC timezone in Excel to EST, CST, MST, PST, AST and HST
- [Fix] Connect to Minecraft Remote Connect URL via https //aka.ms/remoteconnect
- Remove Possible Data Loss Message from Microsoft Excel
- How to Open and Use Microsoft Edge Console
More Posts:
- The selected device is incompatible : Android Studio - Android-Studio
- How to Disable EditText Keyboard Android App - Android
- align image at middle of div element - CSS
- How to Select All text in vim/vi editor using Keyboard - Linux
- Docker Desktop needs privileged access macOS - MacOS
- Formatting Double in Java [Examples] - Java
- How to Install glib on Mac - MacOS
- Get Browser Screen Width and Height dynamically using jQuery - jQuery