<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://valley.egloos.com/rss/style/style.xsl" type="text/xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>이글루스 'unixtime' 태그 최근글</title>
		<link>http://valley.egloos.com/tag/unixtime</link>
		<description>unixtime</description>
		<language>ko</language>
		<pubDate>Mon, 10 Jan 2011 13:31:44 +0900</pubDate>
		<generator>Egloos</generator>
		<item>
	<title><![CDATA[Mysql 타임스탬프 유닉스 타임 변환]]></title>
	<link>http://hack4all.egloos.com/1841100</link>
	<guid>http://hack4all.egloos.com/1841100</guid>
	<description>
	<![CDATA[ 
1) Unixtime -&amp;gt; Date 형식(일반적인 시간)으로 변환    SELECT  user_id, FROM_UNIXTIME(`regdate`,'%Y%m%d %H%i%s') FROM member    :  from_unixtime 이라는 MySQL 함수를 이용해서 입력받은 Unixtime 값을 일반적으로 사용하는 시간으로 변환한다.  이때 사용하는 &quot;%&quot; 값들은 PHP나 기타 프로그램에서 사용하는 시간 표현 문자와 동일하다. (PHP 의 date 함수 설명)  2) 현재 시간을 Unixtime으로 구하기   SELECT UNIX_TIMESTAMP()  3) 지정한 Date형식(일반적인 시간) -&amp;gt;Unixtime 으로 변환   SELECT UNIX_TIMESTAMP('2009-05-15 20:11	]]>
	</description>
	<pubDate>Mon, 10 Jan 2011 13:31:44 +0900</pubDate>
	<dc:creator><![CDATA[Dream Of Hacker]]></dc:creator>
</item>
<item>
	<title><![CDATA[Python으로 MySQL 제어하기]]></title>
	<link>http://repository.egloos.com/4997347</link>
	<guid>http://repository.egloos.com/4997347</guid>
	<description>
	<![CDATA[ 
Python에서 MySQL 사용하는 방법을 알아두자. 아래의 간단한 소스에서 많은 정보를 얻을 수 있다.  #!/usr/bin/python import struct import sys import MySQLdb =&amp;gt; 기본 모듈이 아니다. 따로 설치해야 함. import random import datetimefrom time import timedef MySQLDB(name, addr, msg) :     db = MySQLdb.connect(host='localhost',user='mysql_user',passwd='mysql_passwd',db='db_name')     cursor = db.cursor()     cursor.execute(&quot;select userid from users where 	]]>
	</description>
	<pubDate>Thu, 11 Jun 2009 00:46:54 +0900</pubDate>
	<dc:creator><![CDATA[블루오션 [BLUE OCEAN]]]></dc:creator>
</item>
<item>
	<title><![CDATA[Unix Time 1234567890 is... Valentine Day]]></title>
	<link>http://sakuragis.egloos.com/4845677</link>
	<guid>http://sakuragis.egloos.com/4845677</guid>
	<description>
	<![CDATA[ 
좋은진호님 블로그에 재미있는 글이 올라왔다. 바로 Unix Time 1234567890이 한국 시간으로는 발렌타인 데이라는 글이였다. 그럼 Unix Time은 무엇이냐..  Unix Time    POSIX time으로 부르기도 하는 Unix time 은 컴퓨터시스템에서 시간을 표현하기 위해서 사용된다. Unix time은 UTC방식으로 시간을 표현한다. Unix time 체계는 Unix like 운영체제를 비롯한 대부분의 운영체제가 사용하고 있다.   출처 :년 1월 1일 0시 0분 0초를 기준을 현재까지 시간을 초로 환산한 시간이다. 이 글을 쓰는 현재 시간은 오후 11시 31분 33초이며, Unix Time으로는 1234449093이 된다.$ date &amp;amp;&amp;amp; date +%s2009. 02.	]]>
	</description>
	<pubDate>Thu, 12 Feb 2009 23:42:41 +0900</pubDate>
	<dc:creator><![CDATA[sakuragi's miscellaneous space]]></dc:creator>
</item>
<item>
	<title><![CDATA[unix time을 알고 싶을 때]]></title>
	<link>http://staff6.egloos.com/1721048</link>
	<guid>http://staff6.egloos.com/1721048</guid>
	<description>
	<![CDATA[ 
	]]>
	</description>
	<pubDate>Mon, 03 Mar 2008 17:56:48 +0900</pubDate>
	<dc:creator><![CDATA[觀鷄者의 망상 공간]]></dc:creator>
</item>
	</channel>
</rss>

