<?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/9714" />

	<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>2005-05-28T11:48:10-04:00</updated>

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

		<entry>
		<author><name><![CDATA[keown]]></name></author>
		<updated>2005-05-28T11:48:10-04:00</updated>

		<published>2005-05-28T11:48:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49924#p49924</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49924#p49924"/>
		<title type="html"><![CDATA[Date help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49924#p49924"><![CDATA[
Thanks guys!  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5642">keown</a> — Sat May 28, 2005 11:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-05-28T11:08:38-04:00</updated>

		<published>2005-05-28T11:08:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49923#p49923</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49923#p49923"/>
		<title type="html"><![CDATA[Date help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49923#p49923"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set date [strftime %v]</code></pre></div>returns  dd-month-yyyy<div class="codebox"><p>Code: </p><pre><code>set date [strftime %x]</code></pre></div>returns mm/dd/yy<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat May 28, 2005 11:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-05-28T10:20:29-04:00</updated>

		<published>2005-05-28T10:20:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49922#p49922</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49922#p49922"/>
		<title type="html"><![CDATA[Date help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49922#p49922"><![CDATA[
From tcl-commands.doc:<blockquote class="uncited"><div>  unixtime<br>    Returns: a long integer which represents the number of seconds that have<br>      passed since 00:00 Jan 1, 1970 (GMT).<br>    Module: core<br><br>  ctime &lt;unixtime&gt;<br>    Returns: a formatted date/time string based on the current locale<br>      settings from the unixtime string given; for example "Fri Aug 3<br>      11:34:55 1973"<br>    Module: core</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sat May 28, 2005 10:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-05-28T10:16:39-04:00</updated>

		<published>2005-05-28T10:16:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49921#p49921</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49921#p49921"/>
		<title type="html"><![CDATA[Date help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49921#p49921"><![CDATA[
change it to<div class="codebox"><p>Code: </p><pre><code>set date [strftime %Y-%m-%d]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Sat May 28, 2005 10:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[keown]]></name></author>
		<updated>2005-05-28T08:43:34-04:00</updated>

		<published>2005-05-28T08:43:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49919#p49919</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49919#p49919"/>
		<title type="html"><![CDATA[Date help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49919#p49919"><![CDATA[
Hey<br><br>I have a script that communicates with a MySql-database. But I dont know how to put the date properly. The date should be the current date! I want it like: YYYY-MM-DD.<br>Right now it is this way: set date [unixtime]<br>...but that only gives some numbers like 1117240297.<br><br>Thanks for any help!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5642">keown</a> — Sat May 28, 2005 8:43 am</p><hr />
]]></content>
	</entry>
	</feed>
