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

	<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-08-30T07:05:59-04:00</updated>

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

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-08-30T07:05:59-04:00</updated>

		<published>2005-08-30T07:05:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55032#p55032</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55032#p55032"/>
		<title type="html"><![CDATA[How to get a timestamp from a d-M-Y date?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55032#p55032"><![CDATA[
have you bothered to read the read the tcl command documentation of <a href="http://www.tcl.tk/man/tcl8.4/TclCmd/clock.htm#M45" class="postlink">clock scan</a>?<br><br>read <em class="text-italics">date</em> closely, because the shown string is not "standard compliant".<br>tip: you can <a href="http://www.tcl.tk/man/tcl8.4/TclCmd/string.htm#M34" class="postlink">string map</a> the month to the 3 char representation, like {-08- -Aug-}.<blockquote class="uncited"><div>tcl: evaluate (.tcl): clock scan 23-08-2005<br>Tcl error: unable to convert date-time string "23-08-2005"<br>tcl: evaluate (.tcl): clock scan 23-Aug-2005<br>Tcl: 1124751600</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Tue Aug 30, 2005 7:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[l337]]></name></author>
		<updated>2005-08-30T06:06:57-04:00</updated>

		<published>2005-08-30T06:06:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55030#p55030</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55030#p55030"/>
		<title type="html"><![CDATA[How to get a timestamp from a d-M-Y date?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55030#p55030"><![CDATA[
Hi all. I've for example a date like 23-08-2005, and I would like to convert it in the unixtime.<br>Thanks for ur help :p<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5895">l337</a> — Tue Aug 30, 2005 6:06 am</p><hr />
]]></content>
	</entry>
	</feed>
