<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>krogue</author_name>
  <author_url>https://blog.hatena.ne.jp/krogue/</author_url>
  <blog_title>くふんを狙え</blog_title>
  <blog_url>https://krogue.hatenadiary.org/</blog_url>
  <categories>
    <anon>vim</anon>
  </categories>
  <description>はじめに :h strftime() 簡単な使い方とサンプル 第一引数は format, 省略可能な第二引数は time 。time が省略された場合は、現在時刻が使用される。time には localtime() で取得した数値(1970年1月1日からの秒数)を渡すことが多い。 :let time = localtime() :echo 'today : ' . strftime('%Y-%m-%d %H:%M:%S', time) :echo 'tomorrow: ' . strftime('%Y-%m-%d %H:%M:%S', time + 24 * 60 * 60) こんな感じ。別に…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkrogue.hatenadiary.org%2Fentry%2F20080319%2F1205932433&quot; title=&quot;65 strftime() に関するメモ - くふんを狙え&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>2008-03-19 22:13:53</published>
  <title>65 strftime() に関するメモ</title>
  <type>rich</type>
  <url>https://krogue.hatenadiary.org/entry/20080319/1205932433</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
