```yaml website: metadata: name: "WorldTime - Current Local Time in Sofia, Bulgaria" core_info: "Provides accurate local time, timezone information, and time differences for Sofia, Bulgaria" header: primary_elements: - logo/link: "https://worldtime.co.il" - main_title: "Current Local Time in Sofia, Bulgaria" navigation: - home: "/" - countries: "/countries" - time_zones: "/time-zones" - articles: "/articles" actions: - search: "/search" - language_selector: "/language" content: - section: title: "Current Time in Sofia" description: "Displaying the exact local time including seconds, date, and day of week" elements: - time_display: "Full digital clock display" - date_display: "Day, Month Date, Year format" - timezone_info: "EEST (Eastern European Summer Time)" actions: - refresh_time: "#" - section: title: "Time Difference Information" description: "Comparisons with major world cities" elements: - comparison_table: - city: "New York" difference: "+7 hours" - city: "London" difference: "+2 hours" - city: "Tokyo" difference: "-6 hours" actions: - compare_more: "/time-comparison" - section: title: "Daylight Saving Time Information" description: "Current DST status and upcoming changes" elements: - current_status: "Currently observing DST" - next_change: "Ends on October 27, 2024" actions: - view_schedule: "/dst-schedule/bulgaria" - section: title: "Additional Time Information" description: "Supplementary time-related data" elements: - sunrise_sunset: "Current day times" - day_length: "Hours of daylight" - moon_phase: "Current moon phase" footer: links: - about: "/about" - contact: "/contact" - privacy: "/privacy" - terms: "/terms" info: - copyright: "© 2023 WorldTime.co.il" - disclaimer: "All times are based on reliable sources but we cannot guarantee 100% accuracy" social: - facebook: "https://facebook.com/worldtime" - twitter: "https://twitter.com/worldtime" ```