<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>zakiyamatakashi</author_name>
  <author_url>https://blog.hatena.ne.jp/zakiyamatakashi/</author_url>
  <blog_title>Why it doesn't work?</blog_title>
  <blog_url>https://www.whyit.work/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>Python3検証済み</anon>
  </categories>
  <description>timeモジュールを使用して現在時刻とエポックの変換 import time # 現地の現在時刻の取得 now = time.localtime() print(now) # =&gt; time.struct_time(tm_year=2019, tm_mon=11, tm_mday=22, tm_hour=10, tm_min=7, tm_sec=25, tm_wday=4, tm_yday=326, tm_isdst=0) # 現在時刻からエポックへの変換 epoch = time.mktime(now) print(epoch) # =&gt; 1574384845.0 (単位は秒) # エポック…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.whyit.work%2Fentry%2F2018%2F02%2F26%2F225235&quot; title=&quot;Python timeモジュールを使用したEpoch(エポック)の変換 - Why it doesn&amp;#39;t work?&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-02-26 22:52:35</published>
  <title>Python timeモジュールを使用したEpoch(エポック)の変換</title>
  <type>rich</type>
  <url>https://www.whyit.work/entry/2018/02/26/225235</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
