<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>melpon</author_name>
  <author_url>https://blog.hatena.ne.jp/melpon/</author_url>
  <blog_title>melpon日記 - HaskellもC++もまともに扱えないへたれのページ</blog_title>
  <blog_url>https://melpon.hatenadiary.org/</blog_url>
  <categories>
    <anon>BREW</anon>
    <anon>C++</anon>
  </categories>
  <description>BREW にはいくつかの時間を取得するための関数があります。 GETTIMESECONDS() は 1980年1月6日00:00:00 からの秒数を返します。 GETTIMEMS() は 00:00:00 からの時間を取得します。 この2つの関数を組み合わせれば、1980年1月6日00:00:00からの経過時間をミリ秒単位で時間を取得することができます。 uint64 current_time_millis() { uint32 seconds = GETTIMESECONDS(); uint32 days = seconds / (24 * 60 * 60); // 日単位に変換 uint6…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmelpon.hatenadiary.org%2Fentry%2F20090626%2F1245993208&quot; title=&quot;ミリ秒単位で現在時刻を取得する関数 - melpon日記 - HaskellもC++もまともに扱えないへたれのページ&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>2009-06-26 14:13:28</published>
  <title>ミリ秒単位で現在時刻を取得する関数</title>
  <type>rich</type>
  <url>https://melpon.hatenadiary.org/entry/20090626/1245993208</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
