is it just me or is the unix timestamp limit of 2038 a glaring flaw in PHP? if the past is any indication of future then in 2038 you will still have PHP apps running which will be using the unix timestamp. and this seems to be the only option when you want to manipulate dates.
i am still pretty new at PHP so many I am missing something.