Tag Archives: timezone

Fun with timestamps

Some programming languages really encourage using UNIX timestamps for working with dates. PHP is a good example of such a language. Functions like date, strtotime, strftime are used all the time. Most people don’t realize that timestamps in general can’t … Continue reading

Posted in Programming | Tagged , , , | Leave a comment