> I plan to store the day and seconds in a db > So my question is, can I rely on the epoch (Mar 1, 2000) not changing > or assume the probability of that is practically zero at this point You can rely on the epoch not changing. However, as a practical matter, you should really be using the timestamp data type of your database. : Daniel :