Once a coworker found a bug that would not happen in the mornings - a timestamp was being rounded instead of truncated so in the afternoon it would round off to the next day.
A bit off-topic, but am I the only one who always sees character encoding problems on that web site? Check this out for a particularly egregious example:
Even if not, your browser is ignoring the encoding tag. Change the encoding to ISO-8859-1 or ISO-Latin-1 or ISO Windows or whatever your browser calls it...
no it doesn't. the page does NOT have the encoding tag. so this is a matter of different defaults. safari, ff, and chrome have utf8 as the default. I guess IE has Western or smth
7 comments
[ 2.1 ms ] story [ 27.1 ms ] threadAnother similar anedocte: http://www.snopes.com/autos/techno/icecream.asp
The second story is great.
http://www.catb.org/jargon/html/B/BNF.html
Even if not, your browser is ignoring the encoding tag. Change the encoding to ISO-8859-1 or ISO-Latin-1 or ISO Windows or whatever your browser calls it...