Store replay date/time as an ISO 8601 formatted string. This involves
authorparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Mon, 18 Sep 2006 17:51:34 +0000 (17:51 +0000)
committerparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Mon, 18 Sep 2006 17:51:34 +0000 (17:51 +0000)
commit65aa9313b5c2fcc99e4835b8c64e0a37db2dac41
tree17dcb7e2d0e40f2f325fa1e49d08c36ca6e71fdf
parentf5a200f5b376d837ba1b976435bf6e7379f47920
Store replay date/time as an ISO 8601 formatted string.  This involves
some hackery to get the correct local time, but solves several issues
with the current implementation which stores a time_t value cast to an
integer, namely type-punning and different representations of time_t
across different platforms.

git-svn-id: https://s.snth.net/svn/neverball/trunk@561 78b8d119-cf0a-0410-b17c-f493084dd1d7
ball/demo.c