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
8
昼の12時は午○何時?
午前と午後は割と混乱するというお話
tsuda.a
March 11, 2015
Tweet
Share
More Decks by tsuda.a
See All by tsuda.a
マジカルインクリメントと指数表記
tsudaahr
0
150
バックアップしていますか?
tsudaahr
0
100
RDB以前のファイル設計の話でもしようか(ぇ
tsudaahr
0
110
NPUわからん
tsudaahr
0
160
計算量オーダーの話
tsudaahr
1
370
クラウド初学者が抱える不安について
tsudaahr
0
230
キューとは何か
tsudaahr
0
210
等幅は死んだ(ぇ
tsudaahr
0
83
いくら眺めてもエラーの理由がわからないコードについて
tsudaahr
0
170
Other Decks in Programming
See All in Programming
Agent Rules as Domain Parser
yodakeisuke
1
530
社内での開発コミュニティ活動とモジュラーモノリス標準化事例のご紹介/xPalette and Introduction of Modular monolith standardization
m4maruyama
0
110
機械学習って何? 5分で解説頑張ってみる
kuroneko2828
0
190
関数型まつり2025登壇資料「関数プログラミングと再帰」
taisontsukada
2
740
AIにコードを生成するコードを作らせて、再現性を担保しよう! / Let AI generate code to ensure reproducibility
yamachu
7
6.2k
SODA - FACT BOOK
sodainc
1
700
GoのWebAssembly活用パターン紹介
syumai
3
9.3k
カクヨムAndroidアプリのリブート
numeroanddev
0
390
Blueskyのプラグインを作ってみた
hakkadaikon
1
470
iOSアプリ開発で 関数型プログラミングを実現する The Composable Architectureの紹介
yimajo
2
200
Practical Tips and Tricks for Working with Compose Multiplatform Previews (mDevCamp 2025)
stewemetal
0
120
ReadMoreTextView
fornewid
0
250
Featured
See All Featured
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
6
680
Embracing the Ebb and Flow
colly
85
4.7k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
123
52k
Rebuilding a faster, lazier Slack
samanthasiow
81
9k
Writing Fast Ruby
sferik
628
61k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Product Roadmaps are Hard
iamctodd
PRO
53
11k
4 Signs Your Business is Dying
shpigford
183
22k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Git: the NoSQL Database
bkeepers
PRO
430
65k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
640
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 の人がひどいこと に…