<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>타임존변경 &#8211; 험블비 블로그</title>
	<atom:link href="https://blog.layer1.dev/tag/%ED%83%80%EC%9E%84%EC%A1%B4%EB%B3%80%EA%B2%BD/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.layer1.dev</link>
	<description>layer 1</description>
	<lastBuildDate>Fri, 09 Jul 2021 06:29:13 +0000</lastBuildDate>
	<language>ko-KR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>가장 간단하게 우분투 16.04 서버 시간 한국으로 설정하는 방법</title>
		<link>https://blog.layer1.dev/post/it/%ea%b0%80%ec%9e%a5-%ea%b0%84%eb%8b%a8%ed%95%9c-%ec%9a%b0%eb%b6%84%ed%88%ac-16-04-%ec%84%9c%eb%b2%84-%ec%8b%9c%ea%b0%84-%ed%95%9c%ea%b5%ad%ec%9c%bc%eb%a1%9c-%ec%84%a4%ec%a0%95%ed%95%98%eb%8a%94/</link>
					<comments>https://blog.layer1.dev/post/it/%ea%b0%80%ec%9e%a5-%ea%b0%84%eb%8b%a8%ed%95%9c-%ec%9a%b0%eb%b6%84%ed%88%ac-16-04-%ec%84%9c%eb%b2%84-%ec%8b%9c%ea%b0%84-%ed%95%9c%ea%b5%ad%ec%9c%bc%eb%a1%9c-%ec%84%a4%ec%a0%95%ed%95%98%eb%8a%94/#respond</comments>
		
		<dc:creator><![CDATA[layer1]]></dc:creator>
		<pubDate>Fri, 10 Apr 2020 14:57:27 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[16.04]]></category>
		<category><![CDATA[서버시간설정]]></category>
		<category><![CDATA[우분투]]></category>
		<category><![CDATA[우분투시간]]></category>
		<category><![CDATA[타임존변경]]></category>
		<guid isPermaLink="false">https://autorevenue.ai/blog/?p=266</guid>

					<description><![CDATA[이번에 서버 시간 변경을 적용한 김에 우분투 16.04 서버 시간 설정 방법에 대해 알려드리겠습니다. 1. date 명령어로 서버 시간을 확인합니다.]]></description>
										<content:encoded><![CDATA[
<p>안녕하세요. 험블비 입니다.</p>



<p>쿠팡 수익이 발생하면 오후 6시에 자동 메세지를 저에게 발송하도록 crontab을 설정해두었는데 새벽 3시에 메세지가 오더라구요. 확인해보니 서버 시간이 해외로 되어 있었습니다. 이번에 서버 시간 변경을 적용한 김에 우분투 16.04 서버 시간 설정 방법에 대해 알려드리겠습니다.</p>



<h4 class="wp-block-heading">1. date 명령어로 서버 시간을 확인합니다.</h4>



<pre class="wp-block-code"><code>date</code></pre>



<figure class="wp-block-image size-large"><img decoding="async" width="386" height="32" src="//d2y17zh6q6z3vw.cloudfront.net/blog/wp-content/uploads/2021/07/09152857/image-6.png" alt="" class="wp-image-1299" srcset="https://autorevenue-ai-s3.s3.ap-northeast-2.amazonaws.com/blog/wp-content/uploads/2021/07/09152857/image-6.png 386w, https://autorevenue-ai-s3.s3.ap-northeast-2.amazonaws.com/blog/wp-content/uploads/2021/07/09152857/image-6-300x25.png 300w" sizes="(max-width: 386px) 100vw, 386px" /></figure>



<p>저의 경우는 이미 맞춰놔서 KST로 정상적으로 설정되어 있네요.</p>



<h4 class="wp-block-heading">2. 아래 명령어로 서버 시간을 서울로 설정한다.</h4>



<pre class="wp-block-code"><code>sudo ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime</code></pre>



<p>여기까지 하면 끝입니다. 정말 쉽죠?</p>



<p>이제 date 명령어로 서버 시간이 정상적으로 설정 되었는지 확인하시면 됩니다.</p>



<p>긴 글 읽어주셔서 감사합니다 <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>



<h4 class="wp-block-heading">추가</h4>



<p>서버 시간 변경 후 crontab의 경우 service cron restart 로 다시 시작 해주어야 변경된 시각이 적용됩니다.</p>


https://blog.layer1.dev/post/shop/%eb%a7%a5%eb%b6%81-%ea%b5%ac%eb%a7%a4-1%eb%85%84-%eb%a7%a5%eb%b6%81%ea%b3%bc-%ec%93%b0%ea%b8%b0-%ec%a2%8b%ec%9d%80-%ed%82%a4%eb%b3%b4%eb%93%9c-%ed%82%a4%ed%81%ac%eb%a1%a0-k2/


<div style="height:37px" aria-hidden="true" class="wp-block-spacer"></div>



<div id="mobile-ad-body">
    <script>
        $(document).ready(function(){
            $.post("https://autorevenue.ai/ads/getAdScript/ALL/ALL", function(ads){
                var ad = JSON.parse(ads);
                $("#mobile-ad-body").append(ad.ad_code)
console.log(ad)
            })
        })
    </script>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.layer1.dev/post/it/%ea%b0%80%ec%9e%a5-%ea%b0%84%eb%8b%a8%ed%95%9c-%ec%9a%b0%eb%b6%84%ed%88%ac-16-04-%ec%84%9c%eb%b2%84-%ec%8b%9c%ea%b0%84-%ed%95%9c%ea%b5%ad%ec%9c%bc%eb%a1%9c-%ec%84%a4%ec%a0%95%ed%95%98%eb%8a%94/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
