{"id":1633,"date":"2023-03-21T15:57:42","date_gmt":"2023-03-21T12:57:42","guid":{"rendered":"http:\/\/torsunov.ivan-tyurin.ru\/?page_id=1633"},"modified":"2024-02-24T14:56:35","modified_gmt":"2024-02-24T11:56:35","slug":"raschyot-vremeni-voshoda","status":"publish","type":"page","link":"https:\/\/torsunov.ru\/en\/raschyot-vremeni-voshoda\/","title":{"rendered":"Sunrise calculation"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1633\" class=\"elementor elementor-1633\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b2275d7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b2275d7\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3ad5635\" data-id=\"3ad5635\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-421e17d elementor-widget elementor-widget-html\" data-id=\"421e17d\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script> \n        function CalcOffSet(FObject) {\n          var RiseMin        = Number (FObject.riseh.value) * 60 + Number (FObject.risem.value);\n          var SetMin         = Number (FObject.seth.value) * 60 + Number (FObject.setm.value);\n          var DayLengthMinut = SetMin - RiseMin;\n          var RealMidDay     = DayLengthMinut \/ 2 + RiseMin;\n              RealMidDay     = RealMidDay.toFixed(0);\n          var OffsetMinut    = RealMidDay - 720;\n              OffsetMinut    = OffsetMinut.toFixed(0);\n\n          FObject.DispMidDay.value = RealMidDay;\n          FObject.DispMidDay.value = MinToHour (RealMidDay);\n\n          FObject.Display.value = OffsetMinut;\n          FObject.Display.value = MinToHour (OffsetMinut);\n\n          var ComTime1 = 360; \/\/ 6:00\n          var ComTime1Cor = Number (ComTime1) + Number (OffsetMinut);\n\n          var ComTime2 = 720; \/\/ 12:00\n          var ComTime2Cor = Number (ComTime2) + Number (OffsetMinut);\n\n          var ComTime3 = 1080; \/\/ 18:00\n          var ComTime3Cor = Number (ComTime3) + Number (OffsetMinut);\n\n          var ComTime4 = 1260; \/\/ 21:00\n          var ComTime4Cor = Number (ComTime4) + Number (OffsetMinut);\n\n          FObject.time1.value = MinToHour (ComTime1Cor);\n          FObject.time2.value = MinToHour (ComTime2Cor);\n          FObject.time3.value = MinToHour (ComTime3Cor);\n          FObject.time4.value = MinToHour (ComTime4Cor);\n\n          var inp_h     = Number (FObject.calc_inp_h.value);\n          var inp_m     = Number (FObject.calc_inp_m.value);\n          var calc_time = inp_h * 60 + inp_m; \/\/ HH:MM to minutes\n\n\n          if (inp_h == '' || inp_m == '') {\n            FObject.calc_res_h.value = '-';\n          }\n          else\n          {\n            calc_time     = Number (calc_time) + Number (OffsetMinut);\n            FObject.calc_res_h.value = MinToHour (calc_time);\n          }\n\n          \/\/var test      = FObject.riseh.value\n          \/\/FObject.calc_res_h.value = test + '*'\n        }\n        function MinToHour (MinutesX) {\n          var Hx = Math.floor(MinutesX \/ 60);\n          var Mx = MinutesX - Hx * 60;\n          return Hx + \":\" + (Mx.toString().length == 1 ? '0' + Mx.toString() : Mx);\n\n          \/\/Math.floor() \/ Math.round() \/ Math.ceil() - \u043e\u043a\u0440\u0443\u0433\u043b\u0435\u043d\u0438\u0435 \n        }\n        \/\/ 0.1234.toFixed(2) = 0.12\n        \/\/--> \n    <\/script>\n    <style>\n\n        input {\n            text-align: center;\n        }\n        form {\n            margin-top: 20px;\n            text-align: center\n        }\n        table {\n            width: 500px;\n            margin: 0 auto;\n        }\n    <\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c6d2c53 elementor-widget elementor-widget-html\" data-id=\"c6d2c53\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<form name=\"Calculator\" id=\"timecalc\" action=\"\">\n<b>1. \u0420\u0430\u0441\u0447\u0435\u0442 \u0441\u043c\u0435\u0449\u0435\u043d\u0438\u044f<\/b>\n<table border='0' class=\"tortable\" cellpadding='5'> \n  <tr> \n\t<th class='xtd'>&nbsp;<\/th> \n\t<th align = 'center' class='xtd'>\u0427\u0430\u0441 : \u041c\u0438\u043d<\/th> \n  <\/tr> \n  <tr> \n\t<td align = 'left' class='xtd'>\u0412\u043e\u0441\u0445\u043e\u0434:<\/td> \n\t<td style=\"display: flex;\"> <select name='riseh' size='1'> \n\t\t<option value='2'>2<\/option>\n    <option value='3'>3<\/option>\n    <option value='4'>4<\/option> \n\t\t<option value='5'>5<\/option> \n\t\t<option value='6' selected>6<\/option> \n\t\t<option value='7'>7<\/option> \n\t\t<option value='8'>8<\/option> \n\t\t<option value='9'>9<\/option> \n\t\t<option value='10'>10<\/option> \n\t  <\/select> \n\t  : \n\t  <select name='risem' size='1'> \n\t\t<option value= '0'>00<\/option> \n\t\t<option value= '5'>05<\/option> \n\t\t<option value='10'>10<\/option> \n\t\t<option value='15' selected>15<\/option> \n\t\t<option value='20'>20<\/option> \n\t\t<option value='25'>25<\/option> \n\t\t<option value='30'>30<\/option> \n\t\t<option value='35'>35<\/option> \n\t\t<option value='40'>40<\/option> \n\t\t<option value='45'>45<\/option> \n\t\t<option value='50'>50<\/option> \n\t\t<option value='55'>55<\/option> \n\t  <\/select> \n\t  <!--   <input type=\"text\" name=\"riseh0\" size=\"5\" maxlength='2' value='6'> : <input type=\"text\" name=\"risem0\" size='5' maxlength='2' value='15'> --> \n\t<\/td> \n  <\/tr> \n  <tr> \n\t<td align = 'left' class='xtd'>\u0417\u0430\u043a\u0430\u0442:<\/td> \n\t<td style=\"display: flex;\"> <select name='seth' size='1'> \n\t\t<option value='15'>15<\/option> \n\t\t<option value='16'>16<\/option> \n\t\t<option value='17'>17<\/option> \n\t\t<option value='18'>18<\/option> \n\t\t<option value='19'>19<\/option> \n\t\t<option value='20' selected>20<\/option> \n\t\t<option value='21'>21<\/option> \n\t\t<option value='22'>22<\/option> \n\t\t<option value='23'>23<\/option> \n\t  <\/select> \n\t  : \n\t  <select name='setm' size='1'> \n\t\t<option value= '0'>00<\/option> \n\t\t<option value= '5'>05<\/option> \n\t\t<option value='10'>10<\/option> \n\t\t<option value='15'>15<\/option> \n\t\t<option value='20'>20<\/option> \n\t\t<option value='25'>25<\/option> \n\t\t<option value='30'>30<\/option> \n\t\t<option value='35'>35<\/option> \n\t\t<option value='40'>40<\/option> \n\t\t<option value='45' selected>45<\/option> \n\t\t<option value='50'>50<\/option> \n\t\t<option value='55'>55<\/option> \n\t  <\/select> \n\t  <!--   <input type=\"text\" name=\"seth0\" size=\"5\" maxlength='2' value='20'> : <input type=\"text\" name=\"setm0\" size='5' maxlength='2' value='44'> --> \n\t<\/td> \n  <\/tr> \n  <tr> \n      <td align = 'left'>\u0421\u043c\u0435\u0449\u0435\u043d\u043d\u044b\u0439 \u043f\u043e\u043b\u0434\u0435\u043d\u044c:<\/td>\n\t  <!-- \u0410\u0431\u0445\u0438\u0434\u0436\u0438\u0442 \u041c\u0443\u0445\u0443\u0440\u0442\u0443 --> \n\t  <td>\n         <input name=\"DispMidDay\" type=\"text\" size=\"8\" readonly=\"true\"> \n      <\/td>\n  <\/tr> \n  <tr>\n         <td colspan='2' align = 'left'>\n             \u0412 \u044d\u0442\u043e \u0432\u0440\u0435\u043c\u044f \u0421\u043e\u043b\u043d\u0446\u0435 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f\n             \u0432 \u0437\u0435\u043d\u0438\u0442\u0435 \u0432 \u0432\u0430\u0448\u0435\u0439 \u043c\u0435\u0441\u0442\u043d\u043e\u0441\u0442\u0438\n         <\/td>\n          \n  <\/tr> \n    <tr> \n        <td align = 'left' class='xtd'><span><\/span>\u0421\u043c\u0435\u0449\u0435\u043d\u0438\u0435: <\/td>\n\t  <td> <input type=\"text\" name=\"Display\" readonly=\"true\" size=\"8\"><\/td> \n  <\/tr>\n\n<\/table> \n<br> \n<!-- <hr noshade width=\"60%\" size=\"1\"> --> \n<b>2. \u0420\u0435\u0436\u0438\u043c \u0434\u043d\u044f<\/b>\n<table border='0' class=\"tortable\" cellpadding='5'> \n  <tr> \n\t<th class='xtd'>\u0421\u043e\u043b\u043d\u0435\u0447\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f<\/th> \n\t<th class='xtd'>\u0412 \u0432\u0430\u0448\u0435\u0439 \u043c\u0435\u0441\u0442\u043d\u043e\u0441\u0442\u0438<\/th> \n  <\/tr> \n  <tr> \n\t<td align='center' class='xtd'>1) \u041f\u043e\u0434\u044a\u0435\u043c \u0434\u043e 6:00<\/td> \n\t<td align='center' class='xtd'><input type=\"text\" name=\"time1\" size=\"5\" readonly=\"true\"><\/td> \n  <\/tr> \n  <tr> \n\t<td align='center' class='xtd'>2) \u041e\u0431\u0435\u0434 12:00<\/td> \n\t<td align='center' class='xtd'><input type=\"text\" name=\"time2\" size=\"5\" readonly=\"true\"><\/td> \n  <\/tr> \n  <tr> \n\t<td align='center' class='xtd'>3) \u0423\u0436\u0438\u043d 18:00<\/td> \n\t<td align='center' class='xtd'><input type=\"text\" name=\"time3\" size=\"5\" readonly=\"true\"><\/td> \n  <\/tr> \n  <tr> \n\t<td align='center' class='xtd'>4) \u041e\u0442\u0431\u043e\u0439 21:00<\/td> \n\t<td align='center' class='xtd'><input type=\"text\" name=\"time4\" size=\"5\" readonly=\"true\"><\/td> \n  <\/tr> \n  <!-- <tr>\n<td colspan='2' align = 'center'><br><br>\n<input type=\"button\" name=\"StartX\"  value=\"     \u0420\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044c    \" onClick=\"CalcOffSet(this.form)\">\n<\/td>\n<\/tr> --> \n<\/table> \n<br> \n<!-- <hr noshade width=\"60%\" size=\"1\"> --> \n<b>3. \u041a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440<\/b>\n<table border='0' class=\"tortable\" cellpadding='5' > \n  <tr> \n\t<td colspan='2' align = 'center' class=\"nt\" style = \"text-align:left\"> \u041a\u043e\u0433\u0434\u0430 \u0438 \u043a\u043e\u043c\u0443 \n\t  \u043d\u0443\u0436\u0435\u043d \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440? \u0412\u0441\u0435 \u043e\u0447\u0435\u043d\u044c \u043f\u0440\u043e\u0441\u0442\u043e. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0432\u0440\u0430\u0447 \n\t  \u0441\u043e\u043e\u0431\u0449\u0430\u0435\u0442 \u0432\u0430\u043c <b>\u0441\u043e\u043b\u043d\u0435\u0447\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f<\/b> \u0434\u043b\u044f \u043a\u0430\u043a\u043e\u0433\u043e-\u0442\u043e \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \n\t  (\u043f\u0440\u0438\u0435\u043c \u043b\u0435\u043a\u0430\u0440\u0441\u0442\u0432 \u0438\u043b\u0438 \u043f\u0438\u0449\u0438, \u0443\u0442\u0440\u0435\u043d\u043d\u0438\u0439 \u043f\u043e\u0434\u044a\u0435\u043c \u0438 \u0442. \u0434.). \n\t  \u0412 \u0432\u0430\u0448\u0435\u0439 \u043c\u0435\u0441\u0442\u043d\u043e\u0441\u0442\u0438 \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0431\u0443\u0434\u0435\u0442 \u0434\u0440\u0443\u0433\u0438\u043c. \u0412 \u044d\u0442\u043e\u043c \n\t  \u0441\u043b\u0443\u0447\u0430\u0435 \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u043f\u043e\u043c\u043e\u0436\u0435\u0442 \u0432\u0430\u043c \u0443\u0437\u043d\u0430\u0442\u044c \u044d\u0442\u043e \u043b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0435 \n\t  \u0432\u0440\u0435\u043c\u044f. \u0415\u0441\u043b\u0438 \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u043d\u0435 \u043d\u0443\u0436\u0435\u043d, \u0442\u043e \u043f\u043e\u043b\u044f \u0432\u0432\u043e\u0434\u0430 \u0434\u0430\u043d\u043d\u044b\u0445 \n\t  \u043a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440\u0430 (\u0447\u0430\u0441\u044b \u0438 \u043c\u0438\u043d\u0443\u0442\u044b) \u043c\u043e\u0436\u043d\u043e \u043d\u0435 \u0438\u0437\u043c\u0435\u043d\u044f\u0442\u044c. <\/td> \n  <\/tr> \n  <tr> \n\t<th class='xtd' >\u0421\u043e\u043b\u043d\u0435\u0447\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f<br> \n\t  \u0427\u0430\u0441 : \u041c\u0438\u043d<\/th> \n\t<th class='xtd'>\u041b\u043e\u043a\u0430\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f<br> \n\t  \u0427\u0430\u0441 : \u041c\u0438\u043d<\/th> \n  <\/tr> \n  <tr> \n\t<td align='center' class='xtd' style=\"display: flex;\"><input type='text' name='calc_inp_h' size='5' maxlength='2' value='5'> \n\t  : \n\t  <input type='text' name='calc_inp_m' size='5' maxlength='2' value='25'><\/td> \n\t<td align='center' class='xtd'><input type='text' name='calc_res_h' size='5' maxlength='5' readonly=\"true\"><\/td> \n  <\/tr> \n  <tr> \n\t<td colspan='2' align = 'center'> <br> <input type=\"button\" name=\"StartX\"  value=\"     \u0420\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044c    \" onclick=\"CalcOffSet(this.form)\"> \n\t<\/td> \n  <\/tr> \n<\/table>\n<input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>    \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>1. \u0420\u0430\u0441\u0447\u0435\u0442 \u0441\u043c\u0435\u0449\u0435\u043d\u0438\u044f &nbsp; \u0427\u0430\u0441 : \u041c\u0438\u043d \u0412\u043e\u0441\u0445\u043e\u0434: 2345678910 : 000510152025303540455055 \u0417\u0430\u043a\u0430\u0442: 151617181920212223 : 000510152025303540455055 \u0421\u043c\u0435\u0449\u0435\u043d\u043d\u044b\u0439 \u043f\u043e\u043b\u0434\u0435\u043d\u044c: \u0412 \u044d\u0442\u043e \u0432\u0440\u0435\u043c\u044f \u0421\u043e\u043b\u043d\u0446\u0435 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u0437\u0435\u043d\u0438\u0442\u0435 \u0432 \u0432\u0430\u0448\u0435\u0439 \u043c\u0435\u0441\u0442\u043d\u043e\u0441\u0442\u0438 \u0421\u043c\u0435\u0449\u0435\u043d\u0438\u0435: 2. \u0420\u0435\u0436\u0438\u043c \u0434\u043d\u044f \u0421\u043e\u043b\u043d\u0435\u0447\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0412 \u0432\u0430\u0448\u0435\u0439 \u043c\u0435\u0441\u0442\u043d\u043e\u0441\u0442\u0438 1) \u041f\u043e\u0434\u044a\u0435\u043c \u0434\u043e 6:00 2) \u041e\u0431\u0435\u0434 12:00 3) \u0423\u0436\u0438\u043d 18:00 4) \u041e\u0442\u0431\u043e\u0439 21:00 3. \u041a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u041a\u043e\u0433\u0434\u0430 \u0438 \u043a\u043e\u043c\u0443 \u043d\u0443\u0436\u0435\u043d [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-1633","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.3 (Yoast SEO v26.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u0420\u0430\u0441\u0447\u0451\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0432\u043e\u0441\u0445\u043e\u0434\u0430 - \u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0441\u0430\u0439\u0442 \u041e\u043b\u0435\u0433\u0430 \u0413\u0435\u043d\u043d\u0430\u0434\u044c\u0435\u0432\u0438\u0447\u0430 \u0422\u043e\u0440\u0441\u0443\u043d\u043e\u0432\u0430<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/torsunov.ru\/en\/raschyot-vremeni-voshoda\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0420\u0430\u0441\u0447\u0451\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0432\u043e\u0441\u0445\u043e\u0434\u0430\" \/>\n<meta property=\"og:description\" content=\"1. \u0420\u0430\u0441\u0447\u0435\u0442 \u0441\u043c\u0435\u0449\u0435\u043d\u0438\u044f &nbsp; \u0427\u0430\u0441 : \u041c\u0438\u043d \u0412\u043e\u0441\u0445\u043e\u0434: 2345678910 : 000510152025303540455055 \u0417\u0430\u043a\u0430\u0442: 151617181920212223 : 000510152025303540455055 \u0421\u043c\u0435\u0449\u0435\u043d\u043d\u044b\u0439 \u043f\u043e\u043b\u0434\u0435\u043d\u044c: \u0412 \u044d\u0442\u043e \u0432\u0440\u0435\u043c\u044f \u0421\u043e\u043b\u043d\u0446\u0435 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u0437\u0435\u043d\u0438\u0442\u0435 \u0432 \u0432\u0430\u0448\u0435\u0439 \u043c\u0435\u0441\u0442\u043d\u043e\u0441\u0442\u0438 \u0421\u043c\u0435\u0449\u0435\u043d\u0438\u0435: 2. \u0420\u0435\u0436\u0438\u043c \u0434\u043d\u044f \u0421\u043e\u043b\u043d\u0435\u0447\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0412 \u0432\u0430\u0448\u0435\u0439 \u043c\u0435\u0441\u0442\u043d\u043e\u0441\u0442\u0438 1) \u041f\u043e\u0434\u044a\u0435\u043c \u0434\u043e 6:00 2) \u041e\u0431\u0435\u0434 12:00 3) \u0423\u0436\u0438\u043d 18:00 4) \u041e\u0442\u0431\u043e\u0439 21:00 3. \u041a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u041a\u043e\u0433\u0434\u0430 \u0438 \u043a\u043e\u043c\u0443 \u043d\u0443\u0436\u0435\u043d [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/torsunov.ru\/en\/raschyot-vremeni-voshoda\/\" \/>\n<meta property=\"og:site_name\" content=\"\u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0441\u0430\u0439\u0442 \u041e\u043b\u0435\u0433\u0430 \u0413\u0435\u043d\u043d\u0430\u0434\u044c\u0435\u0432\u0438\u0447\u0430 \u0422\u043e\u0440\u0441\u0443\u043d\u043e\u0432\u0430\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-24T11:56:35+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/torsunov.ru\/raschyot-vremeni-voshoda\/\",\"url\":\"https:\/\/torsunov.ru\/raschyot-vremeni-voshoda\/\",\"name\":\"\u0420\u0430\u0441\u0447\u0451\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0432\u043e\u0441\u0445\u043e\u0434\u0430 - \u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0441\u0430\u0439\u0442 \u041e\u043b\u0435\u0433\u0430 \u0413\u0435\u043d\u043d\u0430\u0434\u044c\u0435\u0432\u0438\u0447\u0430 \u0422\u043e\u0440\u0441\u0443\u043d\u043e\u0432\u0430\",\"isPartOf\":{\"@id\":\"https:\/\/torsunov.ru\/#website\"},\"datePublished\":\"2023-03-21T12:57:42+00:00\",\"dateModified\":\"2024-02-24T11:56:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/torsunov.ru\/raschyot-vremeni-voshoda\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/torsunov.ru\/raschyot-vremeni-voshoda\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/torsunov.ru\/raschyot-vremeni-voshoda\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0413\u043b\u0430\u0432\u043d\u0430\u044f\",\"item\":\"https:\/\/torsunov.ru\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u0420\u0430\u0441\u0447\u0451\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0432\u043e\u0441\u0445\u043e\u0434\u0430\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/torsunov.ru\/#website\",\"url\":\"https:\/\/torsunov.ru\/\",\"name\":\"\u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0441\u0430\u0439\u0442 \u041e\u043b\u0435\u0433\u0430 \u0413\u0435\u043d\u043d\u0430\u0434\u044c\u0435\u0432\u0438\u0447\u0430 \u0422\u043e\u0440\u0441\u0443\u043d\u043e\u0432\u0430\",\"description\":\"\u0417\u0434\u0435\u0441\u044c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u044c \u043b\u0435\u043a\u0446\u0438\u0438, \u0447\u0438\u0442\u0430\u0442\u044c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b, \u0443\u0437\u043d\u0430\u0432\u0430\u0442\u044c \u0440\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043f\u043e\u0435\u0437\u0434\u043e\u043a \u0438 \u043f\u0440\u043e\u0432\u043e\u0434\u0438\u0442\u044c \u0440\u0430\u0441\u0447\u0435\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0438. \u0421\u0430\u043c\u0430\u044f \u0430\u043a\u0442\u0443\u0430\u043b\u044c\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f.\",\"publisher\":{\"@id\":\"https:\/\/torsunov.ru\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/torsunov.ru\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/torsunov.ru\/#organization\",\"name\":\"\u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0441\u0430\u0439\u0442 \u041e\u043b\u0435\u0433\u0430 \u0413\u0435\u043d\u043d\u0430\u0434\u044c\u0435\u0432\u0438\u0447\u0430 \u0422\u043e\u0440\u0441\u0443\u043d\u043e\u0432\u0430\",\"url\":\"https:\/\/torsunov.ru\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/torsunov.ru\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/torsunov.ru\/wp-content\/uploads\/2023\/02\/logo.png\",\"contentUrl\":\"https:\/\/torsunov.ru\/wp-content\/uploads\/2023\/02\/logo.png\",\"width\":527,\"height\":90,\"caption\":\"\u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0441\u0430\u0439\u0442 \u041e\u043b\u0435\u0433\u0430 \u0413\u0435\u043d\u043d\u0430\u0434\u044c\u0435\u0432\u0438\u0447\u0430 \u0422\u043e\u0440\u0441\u0443\u043d\u043e\u0432\u0430\"},\"image\":{\"@id\":\"https:\/\/torsunov.ru\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u0420\u0430\u0441\u0447\u0451\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0432\u043e\u0441\u0445\u043e\u0434\u0430 - \u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0441\u0430\u0439\u0442 \u041e\u043b\u0435\u0433\u0430 \u0413\u0435\u043d\u043d\u0430\u0434\u044c\u0435\u0432\u0438\u0447\u0430 \u0422\u043e\u0440\u0441\u0443\u043d\u043e\u0432\u0430","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/torsunov.ru\/en\/raschyot-vremeni-voshoda\/","og_locale":"en_US","og_type":"article","og_title":"\u0420\u0430\u0441\u0447\u0451\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0432\u043e\u0441\u0445\u043e\u0434\u0430","og_description":"1. \u0420\u0430\u0441\u0447\u0435\u0442 \u0441\u043c\u0435\u0449\u0435\u043d\u0438\u044f &nbsp; \u0427\u0430\u0441 : \u041c\u0438\u043d \u0412\u043e\u0441\u0445\u043e\u0434: 2345678910 : 000510152025303540455055 \u0417\u0430\u043a\u0430\u0442: 151617181920212223 : 000510152025303540455055 \u0421\u043c\u0435\u0449\u0435\u043d\u043d\u044b\u0439 \u043f\u043e\u043b\u0434\u0435\u043d\u044c: \u0412 \u044d\u0442\u043e \u0432\u0440\u0435\u043c\u044f \u0421\u043e\u043b\u043d\u0446\u0435 \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u0437\u0435\u043d\u0438\u0442\u0435 \u0432 \u0432\u0430\u0448\u0435\u0439 \u043c\u0435\u0441\u0442\u043d\u043e\u0441\u0442\u0438 \u0421\u043c\u0435\u0449\u0435\u043d\u0438\u0435: 2. \u0420\u0435\u0436\u0438\u043c \u0434\u043d\u044f \u0421\u043e\u043b\u043d\u0435\u0447\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0412 \u0432\u0430\u0448\u0435\u0439 \u043c\u0435\u0441\u0442\u043d\u043e\u0441\u0442\u0438 1) \u041f\u043e\u0434\u044a\u0435\u043c \u0434\u043e 6:00 2) \u041e\u0431\u0435\u0434 12:00 3) \u0423\u0436\u0438\u043d 18:00 4) \u041e\u0442\u0431\u043e\u0439 21:00 3. \u041a\u0430\u043b\u044c\u043a\u0443\u043b\u044f\u0442\u043e\u0440 \u041a\u043e\u0433\u0434\u0430 \u0438 \u043a\u043e\u043c\u0443 \u043d\u0443\u0436\u0435\u043d [&hellip;]","og_url":"https:\/\/torsunov.ru\/en\/raschyot-vremeni-voshoda\/","og_site_name":"\u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0441\u0430\u0439\u0442 \u041e\u043b\u0435\u0433\u0430 \u0413\u0435\u043d\u043d\u0430\u0434\u044c\u0435\u0432\u0438\u0447\u0430 \u0422\u043e\u0440\u0441\u0443\u043d\u043e\u0432\u0430","article_modified_time":"2024-02-24T11:56:35+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/torsunov.ru\/raschyot-vremeni-voshoda\/","url":"https:\/\/torsunov.ru\/raschyot-vremeni-voshoda\/","name":"\u0420\u0430\u0441\u0447\u0451\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0432\u043e\u0441\u0445\u043e\u0434\u0430 - \u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0441\u0430\u0439\u0442 \u041e\u043b\u0435\u0433\u0430 \u0413\u0435\u043d\u043d\u0430\u0434\u044c\u0435\u0432\u0438\u0447\u0430 \u0422\u043e\u0440\u0441\u0443\u043d\u043e\u0432\u0430","isPartOf":{"@id":"https:\/\/torsunov.ru\/#website"},"datePublished":"2023-03-21T12:57:42+00:00","dateModified":"2024-02-24T11:56:35+00:00","breadcrumb":{"@id":"https:\/\/torsunov.ru\/raschyot-vremeni-voshoda\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/torsunov.ru\/raschyot-vremeni-voshoda\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/torsunov.ru\/raschyot-vremeni-voshoda\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0413\u043b\u0430\u0432\u043d\u0430\u044f","item":"https:\/\/torsunov.ru\/"},{"@type":"ListItem","position":2,"name":"\u0420\u0430\u0441\u0447\u0451\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0432\u043e\u0441\u0445\u043e\u0434\u0430"}]},{"@type":"WebSite","@id":"https:\/\/torsunov.ru\/#website","url":"https:\/\/torsunov.ru\/","name":"\u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0441\u0430\u0439\u0442 \u041e\u043b\u0435\u0433\u0430 \u0413\u0435\u043d\u043d\u0430\u0434\u044c\u0435\u0432\u0438\u0447\u0430 \u0422\u043e\u0440\u0441\u0443\u043d\u043e\u0432\u0430","description":"\u0417\u0434\u0435\u0441\u044c \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043b\u0443\u0448\u0430\u0442\u044c \u043b\u0435\u043a\u0446\u0438\u0438, \u0447\u0438\u0442\u0430\u0442\u044c \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u044b, \u0443\u0437\u043d\u0430\u0432\u0430\u0442\u044c \u0440\u0430\u0441\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043f\u043e\u0435\u0437\u0434\u043e\u043a \u0438 \u043f\u0440\u043e\u0432\u043e\u0434\u0438\u0442\u044c \u0440\u0430\u0441\u0447\u0435\u0442 \u0432\u0440\u0435\u043c\u0435\u043d\u0438. \u0421\u0430\u043c\u0430\u044f \u0430\u043a\u0442\u0443\u0430\u043b\u044c\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f.","publisher":{"@id":"https:\/\/torsunov.ru\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/torsunov.ru\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/torsunov.ru\/#organization","name":"\u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0441\u0430\u0439\u0442 \u041e\u043b\u0435\u0433\u0430 \u0413\u0435\u043d\u043d\u0430\u0434\u044c\u0435\u0432\u0438\u0447\u0430 \u0422\u043e\u0440\u0441\u0443\u043d\u043e\u0432\u0430","url":"https:\/\/torsunov.ru\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/torsunov.ru\/#\/schema\/logo\/image\/","url":"https:\/\/torsunov.ru\/wp-content\/uploads\/2023\/02\/logo.png","contentUrl":"https:\/\/torsunov.ru\/wp-content\/uploads\/2023\/02\/logo.png","width":527,"height":90,"caption":"\u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0441\u0430\u0439\u0442 \u041e\u043b\u0435\u0433\u0430 \u0413\u0435\u043d\u043d\u0430\u0434\u044c\u0435\u0432\u0438\u0447\u0430 \u0422\u043e\u0440\u0441\u0443\u043d\u043e\u0432\u0430"},"image":{"@id":"https:\/\/torsunov.ru\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/torsunov.ru\/en\/wp-json\/wp\/v2\/pages\/1633","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/torsunov.ru\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/torsunov.ru\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/torsunov.ru\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/torsunov.ru\/en\/wp-json\/wp\/v2\/comments?post=1633"}],"version-history":[{"count":0,"href":"https:\/\/torsunov.ru\/en\/wp-json\/wp\/v2\/pages\/1633\/revisions"}],"wp:attachment":[{"href":"https:\/\/torsunov.ru\/en\/wp-json\/wp\/v2\/media?parent=1633"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}