|
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover"> |
6 | 6 |
|
7 | | - <meta name="giscus:backlink" content="https://chebread.github.io/post/python-날짜-시간"> |
| 7 | + <meta name="giscus:backlink" content="https://chebread.github.io/post/날짜-시간"> |
8 | 8 |
|
9 | | - <title>[Python] 날짜, 시간 | 차한음 블로그</title> |
| 9 | + <title>날짜, 시간 | 차한음 블로그</title> |
10 | 10 | <meta name="description" content="날짜, 시간 파이썬 표준 라이브러리 개발자는 날짜와 시간에 많은 노력을 기울인다. 이번 2장에서는 프로그래머들이 부딪히는 몇 가지 문제에 대해 살펴보고, 이를 좀 더 단순하게 만드..."> |
11 | 11 | <meta name="author" content="차한음"> |
12 | 12 | <link rel="canonical" href="https://chebread.github.io/"> |
13 | 13 |
|
14 | | - <meta property="og:title" content="[Python] 날짜, 시간 | 차한음 블로그"> |
| 14 | + <meta property="og:title" content="날짜, 시간 | 차한음 블로그"> |
15 | 15 | <meta property="og:description" content="날짜, 시간 파이썬 표준 라이브러리 개발자는 날짜와 시간에 많은 노력을 기울인다. 이번 2장에서는 프로그래머들이 부딪히는 몇 가지 문제에 대해 살펴보고, 이를 좀 더 단순하게 만드..."> |
16 | 16 | <meta property="og:type" content="article"> |
17 | | - <meta property="og:url" content="https://chebread.github.io/post/python-날짜-시간"> |
| 17 | + <meta property="og:url" content="https://chebread.github.io/post/날짜-시간"> |
18 | 18 | <meta property="og:site_name" content="차한음 블로그"> |
19 | 19 |
|
20 | 20 | <meta name="twitter:card" content="summary_large_image"> |
21 | | - <meta name="twitter:title" content="[Python] 날짜, 시간 | 차한음 블로그"> |
| 21 | + <meta name="twitter:title" content="날짜, 시간 | 차한음 블로그"> |
22 | 22 | <meta name="twitter:description" content="날짜, 시간 파이썬 표준 라이브러리 개발자는 날짜와 시간에 많은 노력을 기울인다. 이번 2장에서는 프로그래머들이 부딪히는 몇 가지 문제에 대해 살펴보고, 이를 좀 더 단순하게 만드..."> |
23 | 23 |
|
24 | 24 | <script type="application/ld+json"> |
25 | 25 | { |
26 | 26 | "@context": "https://schema.org", |
27 | 27 | "@type": "BlogPosting", |
28 | | - "headline": "[Python] 날짜, 시간 | 차한음 블로그", |
| 28 | + "headline": "날짜, 시간 | 차한음 블로그", |
29 | 29 | "author": { |
30 | 30 | "@type": "Person", |
31 | 31 | "name": "차한음" |
|
68 | 68 |
|
69 | 69 | <main class="post-content"> |
70 | 70 | <header class="post-header"> |
71 | | - <h1 class="post-title">[Python] 날짜, 시간</h1> |
| 71 | + <h1 class="post-title">날짜, 시간</h1> |
72 | 72 | <p class="post-date"><time datetime="2025-06-20">2025년 06월 20일</time></p> |
73 | | - <p class="post-category"><a href="/posts/python-%eb%ac%b8%eb%b2%95-%ec%a0%95%eb%a6%ac">[Python 문법 정리]</a></p> |
| 73 | + <p class="post-category"><a href="/posts/introducing-python">[Introducing Python]</a></p> |
74 | 74 | </header> |
75 | 75 | <div class="post-body"> |
76 | 76 | <article class="markdown-body"><h2>날짜, 시간 파이썬 표준 라이브러리</h2> |
|
0 commit comments