Originally Posted By: genius_at_work
Ideally, you should be storing the date/time as ctime always


yeah I realise that now.
Thing is, I never understood $ctime because it looks weird.

Unfortunately a big and important hash table that I use, is build up with tokens.
So, melting token $date and token $time into one token $ctime leaves me with a problem, since everything will jump 1 token back frown

But I'll think about a solution for that, since obviously storing it using $ctime is the way forward.

Thanks for your explanation in any case!