```yaml website: metadata: name: "WorldTime - Current Local Time in Ukraine" core_info: "Provides current time in Ukraine with timezone information and major city times" header: primary_elements: - logo: "WorldTime" - main_nav: "Home" - time_search: "Search city time" navigation: - "Home" - "World Clock" - "Time Zones" - "Calendar" - "Weather" actions: - "Search" - "Set Home Location" content: - section: title: "Current Time in Ukraine" description: "Exact time now in Ukraine with daylight saving time and time zone details" elements: - current_time: "Displayed in HH:MM:SS format" - timezone: "EET/EEST (UTC+2/+3)" - dst_status: "Shows active/inactive status" - major_cities: - "Kyiv" - "Kharkiv" - "Odesa" - "Dnipro" - "Lviv" actions: - "Compare with other locations" - "Convert to other timezone" - section: title: "Time Zone Map" description: "Interactive map showing Ukraine time zone boundaries" elements: - map_visual: "Embedded interactive map" - zone_details: "Single time zone covering entire country" actions: - "Zoom map" - "Share location" - section: title: "Daylight Saving Time" description: "Information about DST transitions in Ukraine" elements: - next_transition: "Date and time of next change" - history: "List of recent DST changes" actions: - "Set DST reminder" - section: title: "Major City Times" description: "Current times in Ukraine's largest cities" elements: - city_table: columns: - "City" - "Current Time" - "Time Zone" rows: - ["Kyiv", "HH:MM:SS", "EET (UTC+2)"] - ["Kharkiv", "HH:MM:SS", "EET (UTC+2)"] - ["Odesa", "HH:MM:SS", "EET (UTC+2)"] actions: - "Add to My Cities" - "Compare Cities" footer: links: - "About Us" - "Contact" - "Privacy Policy" - "Terms of Service" info: - "Copyright notice" - "Data sources" social: - "Facebook" - "Twitter" - "Instagram" ```