Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
昼の12時は午○何時?
Search
tsuda.a
March 11, 2015
Programming
0
11
昼の12時は午○何時?
午前と午後は割と混乱するというお話
tsuda.a
March 11, 2015
Tweet
Share
More Decks by tsuda.a
See All by tsuda.a
マジカルインクリメントと指数表記
tsudaahr
0
190
バックアップしていますか?
tsudaahr
0
120
RDB以前のファイル設計の話でもしようか(ぇ
tsudaahr
0
120
NPUわからん
tsudaahr
0
180
計算量オーダーの話
tsudaahr
1
390
クラウド初学者が抱える不安について
tsudaahr
0
260
キューとは何か
tsudaahr
0
230
等幅は死んだ(ぇ
tsudaahr
0
99
いくら眺めてもエラーの理由がわからないコードについて
tsudaahr
0
180
Other Decks in Programming
See All in Programming
(Extension DC 2025) Actor境界を越える技術
teamhimeh
1
250
Serena MCPのすすめ
wadakatu
4
960
詳しくない分野でのVibe Codingで困ったことと学び/vibe-coding-in-unfamiliar-area
shibayu36
3
4.8k
なぜあの開発者はDevRelに伴走し続けるのか / Why Does That Developer Keep Running Alongside DevRel?
nrslib
3
390
明日から始めるリファクタリング
ryounasso
0
130
Your Perfect Project Setup for Angular @BASTA! 2025 in Mainz
manfredsteyer
PRO
0
160
Web フロントエンドエンジニアに開かれる AI Agent プロダクト開発 - Vercel AI SDK を観察して AI Agent と仲良くなろう! #FEC余熱NIGHT
izumin5210
3
500
Writing Better Go: Lessons from 10 Code Reviews
konradreiche
0
160
2分台で1500examples完走!爆速CIを支える環境構築術 - Kaigi on Rails 2025
falcon8823
3
3.5k
なぜGoのジェネリクスはこの形なのか? Featherweight Goが明かす設計の核心
ryotaros
7
1.1k
アメ車でサンノゼを走ってきたよ!
s_shimotori
0
220
登壇は dynamic! な営みである / speech is dynamic
da1chi
0
280
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Automating Front-end Workflow
addyosmani
1371
200k
It's Worth the Effort
3n
187
28k
Code Reviewing Like a Champion
maltzj
525
40k
The Pragmatic Product Professional
lauravandoore
36
6.9k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
51k
RailsConf 2023
tenderlove
30
1.2k
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
Keith and Marios Guide to Fast Websites
keithpitt
411
23k
Practical Orchestrator
shlominoach
190
11k
Balancing Empowerment & Direction
lara
4
680
Transcript
昼の12時は午◦何時? @tsuda_ahr 2015/3
質問1 昼の12時は午◦何時ですか?
解答候補 1 午前 12 時 2 午後 12 時 3
午前 0 時 4 午後 0 時
答え ◦ 1 午前 12 時 × 2 午後 12
時 × 3 午前 0 時 × 4 午後 0 時
質問2 夜の12時は午◦何時ですか?
解答候補 1 午前 12 時 2 午後 12 時 3
午前 0 時 4 午後 0 時
答え × 1 午前 12 時 ◦ 2 午後 12
時 ◦ 3 午前 0 時 × 4 午後 0 時
つまり 午前12時は存在しない!
午前/午後の定義 (明治5年 太政官達第337号) 即ち 午後12時 http://www.nao.ac.jp/faq/a0401.html
まとめるとこう 0 1 2 3 4 5 6 7 8
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 0 1 2 3 4 5 6 7 8 9 10 11 12 12 1 2 3 4 5 6 7 8 9 10 11 午前 午後 子 丑 寅 卯 辰 巳 午 未 申 酉 戌 亥 午後0時はない 翌日なのに…
しかし、そのころExcelでは… 午後12時? 午前12時? Excel では AMを午前、PMを午後として いるので、前述の太政官達の解釈と異な る表現になってしまう。
まとめ • 気を付けよう • 「午前/午後」を表示したいという要求があっても断ろう(ぇ • さらに詳しい話は以下。 http://ja.wikipedia.org/wiki/%E5%8D%88%E5%89%8D%E3%81%A8%E5%8D%88%E5%BE%8C
おまけ) 4/1 はなぜ早生まれ • 歳は誕生日の前日の24時に count up される。 • 前日の24時
!= 当日の0時。 • 入学の条件は「小学校へ入学する学年(学校年度)は、子女の満6才に達 した日の翌日以後における最初の学年の初めから」 • よって 4/1 生まれの場合 満6才に達した日 3/31 翌日 4/1 となるため。 • 当日の0時に歳を count up することにすると 2/29 の人がひどいこと に…