<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/8667" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2004-12-06T02:24:54-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/8667</id>

		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2004-12-06T02:24:54-04:00</updated>

		<published>2004-12-06T02:24:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43546#p43546</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43546#p43546"/>
		<title type="html"><![CDATA[Worldtime script by Murf not functioning]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43546#p43546"><![CDATA[
You could just do something for the timezones though <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><div class="codebox"><p>Code: </p><pre><code># Greenwich Mean Time / Coordinated Universal Time (UTC) set UTC "[clock format [clock seconds] -format %H -gmt 1]"#  British Summer Time (BST) set BST "[time:calc [expr $UTC + 1]]"# Central European Time (CET) set CET "[time:calc [expr $UTC + 1]]"# Central European Summer Time (CEST)set CEST "[time:calc [expr $UTC + 2]]"# Pacific Standard Time (PST) set PST "[time:calc [expr $UTC - 8]]"# Pacific Daylight Time (PDT) set PDT "[time:calc [expr $UTC - 7]]"# Eastern Standard Timeset EST "[time:calc [expr $UTC - 5]]"# Eastern Daylight Time (EDT) set EDT "[time:calc [expr $UTC - 4]]"</code></pre></div>Only thing i can't find is the time:calc proc which i seem to have misplaced <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_neutral.gif" width="15" height="15" alt=":|" title="Neutral"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Mon Dec 06, 2004 2:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-12-05T22:04:15-04:00</updated>

		<published>2004-12-05T22:04:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43538#p43538</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43538#p43538"/>
		<title type="html"><![CDATA[Worldtime script by Murf not functioning]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43538#p43538"><![CDATA[
Heh, actually mine stopped working as well just a few days ago. People were complaining in the channel why did it stop. I really have no idea, because I didn't change or modify the code and its been the same one since I ever loaded it.<br><br>My guess is, the get url might have changed for the website. True we can make a tcl for time via timezones, by calculating the bots current location and using expr with the timezone and gmt, est whatever formats to calculate the current time. But this would be a very longer process I guess. There are like 150-200 known countries and if we some up all these countries and their major cities, then we have a major problemo. Adding each city individually is not what I would recommend (500+ cities), elseif { #someone is paying you for it;}. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sun Dec 05, 2004 10:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-11-27T19:21:49-04:00</updated>

		<published>2004-11-27T19:21:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43182#p43182</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43182#p43182"/>
		<title type="html"><![CDATA[Worldtime script by Murf not functioning]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43182#p43182"><![CDATA[
Take a peek <a href="http://www.timeanddate.com/worldclock/full.html" class="postlink">here</a> and you get the gist of the difficulties in trying to create a database especially if new to TCL; the fact that parts of the world switch in and out of DST (Daylight Savings Time) at certain times of the year also has to be taken into account. It's easier to access a website.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sat Nov 27, 2004 7:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-11-27T12:09:36-04:00</updated>

		<published>2004-11-27T12:09:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43172#p43172</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43172#p43172"/>
		<title type="html"><![CDATA[Worldtime script by Murf not functioning]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43172#p43172"><![CDATA[
well as long as you have some timezone db, it shouldn't be hard to do a lookup for a city<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Nov 27, 2004 12:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2004-11-27T01:31:44-04:00</updated>

		<published>2004-11-27T01:31:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43165#p43165</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43165#p43165"/>
		<title type="html"><![CDATA[Worldtime script by Murf not functioning]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43165#p43165"><![CDATA[
<blockquote class="uncited"><div>how about writing worldtime script without using a website?</div></blockquote>  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> yes, how about it...? Seems you might be capable, cos I sure couldn't  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Sat Nov 27, 2004 1:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-11-27T00:33:03-04:00</updated>

		<published>2004-11-27T00:33:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43159#p43159</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43159#p43159"/>
		<title type="html"><![CDATA[Worldtime script by Murf not functioning]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43159#p43159"><![CDATA[
how about writing worldtime script without using a website?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Nov 27, 2004 12:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arfer]]></name></author>
		<updated>2004-11-26T20:52:49-04:00</updated>

		<published>2004-11-26T20:52:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43152#p43152</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43152#p43152"/>
		<title type="html"><![CDATA[Worldtime script by Murf not functioning]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43152#p43152"><![CDATA[
worldtime1.1.tcl by Murf has ceased to function on my bot. I saw a comment from another user on the authors site (now seems to be closed) attributing the problem to changes in the website used by the script.<br><br>Anybody know how to fix it or know the author?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5705">arfer</a> — Fri Nov 26, 2004 8:52 pm</p><hr />
]]></content>
	</entry>
	</feed>
