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

	<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>2007-09-02T22:40:59-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2007-09-02T22:40:59-04:00</updated>

		<published>2007-09-02T22:40:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75642#p75642</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75642#p75642"/>
		<title type="html"><![CDATA[today time in unixtime]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75642#p75642"><![CDATA[
Heres the full format, just FYI:<br><blockquote class="uncited"><div>#Format specifiers:<br>#----------------------------------------------------<br># %%: Insert an '%'<br># %a: Abbreviated weekday name (Mon, Tue, etc)<br># %A: Full weekday name (Monday, Tuesday, etc)<br># %b: Abbreviated month name (Jan, Feb, etc)<br># %B: Full month name (January, February, etc)<br># %c: Locale specific date and time<br># %d: Day of month (01 - 31)<br># %H: Hour in 24-hour format (00 - 23)<br># %I: Hour in 12-hour format (00 - 12)<br># %j: Day of year (001 - 366)<br># %m: Month number (01 - 12)<br># %M: Minute (00 - 59)<br># %p: AM/PM indicator<br># %S: Seconds (00 - 59)<br># %w: Weekday number (Sunday = 0)<br># %W: Week of year (01 - 52)<br># %x: Locale specific date format<br># %X: Locale specific time format<br># %y: Year without century (00 - 99)<br># %Y: Year with century (e.g: 1990)<br># %Z: Time zone name<br>#----------------------------------------------------<br>#Additional specifiers:<br># %D: Date as %m/%d/%y (e.g: 04/08/05)<br># %e: Day of month (1 - 31), no leading zeros<br># %h: Abbreviated month name (Jan, Feb, etc)<br># %n: Insert a new line<br># %r: Time as %I:%M:%S %p<br># %R: Time as %H:%M<br># %t: Insert a tab<br># %T: Time as %H:%M:%S<br>#-------------------------------------------------------</div></blockquote><div class="codebox"><p>Code: </p><pre><code>set tformat "%a, %d %b %Y @ %r"set date [clock format [clock seconds] -format $tformat]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sun Sep 02, 2007 10:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-09-02T18:02:22-04:00</updated>

		<published>2007-09-02T18:02:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75629#p75629</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75629#p75629"/>
		<title type="html"><![CDATA[today time in unixtime]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75629#p75629"><![CDATA[
Or, for "today";<div class="codebox"><p>Code: </p><pre><code>clock scan "today 00:00:00"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sun Sep 02, 2007 6:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-09-02T07:20:18-04:00</updated>

		<published>2007-09-02T07:20:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75621#p75621</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75621#p75621"/>
		<title type="html"><![CDATA[today time in unixtime]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75621#p75621"><![CDATA[
Try<div class="codebox"><p>Code: </p><pre><code>clock scan 09/03/2007</code></pre></div>This should get the unixtime of September 3, 2007 at 12:00 a.m.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Sep 02, 2007 7:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[whittinghamj]]></name></author>
		<updated>2007-09-02T06:46:04-04:00</updated>

		<published>2007-09-02T06:46:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75619#p75619</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75619#p75619"/>
		<title type="html"><![CDATA[today time in unixtime]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75619#p75619"><![CDATA[
hi guys, herre is an interesting one, been bugging for hours over this<br><br>i need to find out what the unixtime stamp is for todays date at 00:00:00 / 12:00 am<br><br>  set today [clock scan [clock format [unixtime]  -format "%m-%d-%y" -gmt no]]<br><br>does not seem to work it reutnrs a value that is in the future for some reason - quite ALOT in the future actually<br><br>(05:43:12) (Quest) set today [clock scan [clock format [unixtime] -format "%m-%d-%y" -gmt no]]<br>(05:43:13) (@PHX-GOD) Quest: #71 (20382 clicks) Tcl: 1233957600<br><br>any help would be great - cheers<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7783">whittinghamj</a> — Sun Sep 02, 2007 6:46 am</p><hr />
]]></content>
	</entry>
	</feed>
