Y
Hacker News
new
|
ask
|
show
|
jobs
by
ams6110
3381 days ago
Financial systems that deal with bonds already have to deal with maturity dates on 30-year bonds that are past 2038.
1 comments
PeterisP
3381 days ago
Those type of systems use various
date
representations instead of datetime/timestamp fields, they should be mostly immune. Well, until 2038 arrives and some of these dates start being compared with the current datetime.
link