```yaml website: metadata: name: "WorldTime - USA Time Zones" core_info: "Current time and time zone information for United States" header: primary_elements: - logo: "WorldTime" - search: "Search time zones..." navigation: - "Home" - "World" - "USA" - "Europe" - "Asia" - "Contact" actions: - "Login" - "Register" content: - section: title: "USA Time Zones" description: "Current local times and time zones across United States" elements: - time_zone: name: "Eastern Time (ET)" offset: "UTC-5:00 / UTC-4:00" states: "New York, Florida, Georgia, etc." - time_zone: name: "Central Time (CT)" offset: "UTC-6:00 / UTC-5:00" states: "Texas, Illinois, Wisconsin, etc." - time_zone: name: "Mountain Time (MT)" offset: "UTC-7:00 / UTC-6:00" states: "Arizona, Colorado, Utah, etc." - time_zone: name: "Pacific Time (PT)" offset: "UTC-8:00 / UTC-7:00" states: "California, Washington, Oregon, etc." actions: - "View all states" - "Compare time zones" - section: title: "Daylight Saving Time" description: "Current DST status and schedule for USA" elements: - dst_info: status: "Active/Inactive" next_change: "Date and time of next transition" affected_zones: "List of time zones observing DST" actions: - "Set DST reminders" - section: title: "Popular Cities" description: "Current times in major US cities" elements: - city: "New York" time: "Current time" zone: "Eastern Time" - city: "Los Angeles" time: "Current time" zone: "Pacific Time" - city: "Chicago" time: "Current time" zone: "Central Time" actions: - "View all cities" footer: links: - "About Us" - "Privacy Policy" - "Terms of Service" - "API Documentation" info: "© 2023 WorldTime. All rights reserved." social: - "Facebook" - "Twitter" - "Instagram" ```