<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nekoyukimmm</author_name>
  <author_url>https://blog.hatena.ne.jp/nekoyukimmm/</author_url>
  <blog_title>ねこゆきのメモ</blog_title>
  <blog_url>https://nekoyukimmm.hatenablog.com/</blog_url>
  <categories>
    <anon>datetime</anon>
    <anon>Python</anon>
  </categories>
  <description>過去記事の書き換え＆再投稿。 文字列stringをパースparseしてdatetimeオブジェクト作って、エポックタイムepoc timeにする。 In [1]: from datetime import datetime as dt In [2]: dt.strptime('07-25-18 14:25', '%m-%d-%y %H:%M') Out[2]: datetime.datetime(2018, 7, 25, 14, 25) In [3]: import time In [4]: dt.strptime('07-25-18 14:25', '%m-%d-%y %H:%M').tim…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnekoyukimmm.hatenablog.com%2Fentry%2F2018%2F08%2F01%2F090712&quot; title=&quot;&amp;lt;datetime, Python&amp;gt; 文字列をパースしてdatetimeオブジェクト作って、エポックタイムにする。 - ねこゆきのメモ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-08-01 09:07:12</published>
  <title>&lt;datetime, Python&gt; 文字列をパースしてdatetimeオブジェクト作って、エポックタイムにする。</title>
  <type>rich</type>
  <url>https://nekoyukimmm.hatenablog.com/entry/2018/08/01/090712</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
