<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Вывод Московского времени в диалоговое окно]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16922&amp;type=atom" />
	<updated>2022-02-03T21:05:32Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16922</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Вывод Московского времени в диалоговое окно]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151976#p151976" />
			<content type="html"><![CDATA[<p>Не, не антивирус.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2022-02-03T21:05:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151976#p151976</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Вывод Московского времени в диалоговое окно]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151974#p151974" />
			<content type="html"><![CDATA[<p>Может антивир ругается?</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2022-02-03T21:03:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151974#p151974</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Вывод Московского времени в диалоговое окно]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151972#p151972" />
			<content type="html"><![CDATA[<p>Так я уже пофиксил ошибку.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2022-02-03T21:00:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151972#p151972</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Вывод Московского времени в диалоговое окно]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151971#p151971" />
			<content type="html"><![CDATA[<p>А написать ошибку что мешает?</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2022-02-03T20:53:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151971#p151971</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Вывод Московского времени в диалоговое окно]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151970#p151970" />
			<content type="html"><![CDATA[<p>Проверил, все равно ошибка.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2022-02-03T20:34:55Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151970#p151970</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Вывод Московского времени в диалоговое окно]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151969#p151969" />
			<content type="html"><![CDATA[<p>Проверьте на чистом скрипте - код рабочий.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2022-02-03T20:28:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151969#p151969</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Вывод Московского времени в диалоговое окно]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151968#p151968" />
			<content type="html"><![CDATA[<p>И что, у меня ошибку пишет.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2022-02-03T19:38:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151968#p151968</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Вывод Московского времени в диалоговое окно]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151964#p151964" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>MsgBox, % GetTime()

GetTime() {
    WebRequest := ComObjCreate(&quot;WinHttp.WinHttpRequest.5.1&quot;)
    WebRequest.Open(&quot;GET&quot;, &quot;https://www.timeanddate.com/worldclock/russia/moscow&quot;)
    WebRequest.Send()
    return RegExReplace(WebRequest.ResponseText, &quot;s).+id=ct class=h1&gt;(.+?)&lt;/span&gt;.+?id=ctdat&gt;(.+?)&lt;/span&gt;.+&quot;, &quot;$1`n$2&quot;)
}
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[EV]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40256</uri>
			</author>
			<updated>2022-02-03T13:26:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151964#p151964</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Вывод Московского времени в диалоговое окно]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151930#p151930" />
			<content type="html"><![CDATA[<p><strong>Taveron</strong></p><p>Код рабочий, при условии верно настроенных часов на компе.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2022-02-01T16:54:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151930#p151930</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Вывод Московского времени в диалоговое окно]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151898#p151898" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
F1::
    Time := A_NowUTC
    Time += 3, h
    hTime := SubStr(Time, 9, 2)
    mTime := SubStr(Time, 11, 2)
    MsgBox % hTime &quot;:&quot; mTime
Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Taveron]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41949</uri>
			</author>
			<updated>2022-02-01T10:07:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151898#p151898</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Вывод Московского времени в диалоговое окно]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151897#p151897" />
			<content type="html"><![CDATA[<p>Ребята подскажите как вывести Московское время в диалоговое окно, если на компьютере другое время?</p>]]></content>
			<author>
				<name><![CDATA[zufario]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42324</uri>
			</author>
			<updated>2022-02-01T08:08:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151897#p151897</id>
		</entry>
</feed>
