<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hiratake55</author_name>
  <author_url>https://blog.hatena.ne.jp/hiratake55/</author_url>
  <blog_title>hiratake55 の作業メモ</blog_title>
  <blog_url>https://hiratake55.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Excel</anon>
  </categories>
  <description>下記の計算式を表示したいセルに入力せれば良い。A1 が計算元データ。 日付 =&gt; シリアル秒 =(A1-&quot;1970/01/01&quot;)*86400 シリアル秒 =&gt; 日付 =&quot;1970/01/01&quot;+A1/86400 JST (日本標準時) を使う場合 上の式は UTC なので、時差を考慮する場合はこちら。 日付 (JST) =&gt; シリアル秒 =(A1-&quot;1970/01/01&quot;)*86400-9*60*60 (JST) シリアル秒 =&gt; 日付(JST) =&quot;1970/01/01&quot;+(A1+9*60*60)/86400 関連 ・JS Web Console - JavaScript をブラウザ上で実…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhiratake55.hatenadiary.jp%2Fentry%2F20110519%2F1305784684&quot; title=&quot; Excel でシリアル秒と日付を変換する - hiratake55 の作業メモ&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>2011-05-19 14:58:04</published>
  <title> Excel でシリアル秒と日付を変換する</title>
  <type>rich</type>
  <url>https://hiratake55.hatenadiary.jp/entry/20110519/1305784684</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
