On Oct 8, 2012, at 12:02 PM, Kai Griffin <[email protected]> wrote:
> If I were storing dates, then I'd favour storing them as unix dates > (which are long integers), not strings; not least because it's more > efficient, but also because you leave the door open to doing something > more interesting with the dates down the track without having to parse > them to/from strings first. —Jens
