<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>oinume</author_name>
  <author_url>https://blog.hatena.ne.jp/oinume/</author_url>
  <blog_title>oinume journal</blog_title>
  <blog_url>https://journal.lampetty.net/</blog_url>
  <categories>
    <anon>Go</anon>
  </categories>
  <description>https://play.golang.org/p/5-BtaE6iXaP time.Before and time.After package main import ( &quot;fmt&quot; &quot;time&quot; ) func main() { t1 := time.Date(2018, 1, 1, 10, 0, 0, 0, time.UTC) t2 := time.Date(2018, 1, 1, 11, 0, 0, 0, time.UTC) fmt.Printf(&quot;t1.Before(t2) = %v\n&quot;, t1.Before(t2)) // test &quot;t2 - t1 &gt; 0&quot; --&gt; true f…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fjournal.lampetty.net%2Fentry%2Fcomparing-datetime-in-golang&quot; title=&quot;Comparing datetime in Golang - oinume journal&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>https://blog.golang.org/go-brand/logos.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-05-02 08:30:00</published>
  <title>Comparing datetime in Golang</title>
  <type>rich</type>
  <url>https://journal.lampetty.net/entry/comparing-datetime-in-golang</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
