The SAY2K10 bug
The SAY2K10 bug
Posted Jan 9, 2010 18:11 UTC (Sat) by MattPerry (guest, #46341)In reply to: The SAY2K10 bug by mp
Parent article: The SAY2K10 bug
Posted Jan 14, 2010 0:53 UTC (Thu)
by Kissaki (guest, #61848)
[Link]
Egregious errors (wrong decade) are one thing, but 26 hours is probably cutting it too close.
I assume the reason it isn't dynamic is to be able to do static string matching / regular expression compilation, rather than recalculate the string to match every time. You could get past that by making it re-compute the date string on restart, assuming you restart frequently enough.
The SAY2K10 bug