|
|
|
|
|
by SideburnsOfDoom
4574 days ago
|
|
There are two ways to send dates across the wire as text between different systems: 1) ISO 8601 2) A world of hurt Source: experience. Not using the standard invites things to break, but only on a some machines, and only on or after the 13th of the month. Of course the data for the first few days of the month will be present, just wrong. |
|
Slightly related insanity: Using localtime (i.e. not UTC) for log timestamps. And then having fun once a year dissecting the one hour that has twice as many messages.