Book Review: Guide to Date and Time Programming

This review has been pending for a while, but recently I finished reading Derick Rethans’ book: Date and Time Programming. A first look at the topic (Date and Time) might get you thinking, “Why the hell do I need a book to teach me about time?” But further investigating, and some life experience will show you that dealing with Date and Time is not always as straightforward as “Its twelve o’clock”. Derick’s book gives you an in depth look into handling various factors of date and time such as timezones and days that did not exist, as well as finally delivering something missing from php.net: documentation of the DateTime Object.

The book covers a lot of ground, even tough it looks rather thin. Derick does a wonderful job of introducing date/time matter in the opening chapter, covering all the calendar switches (Julian to Gregorian) and its complexities (did you know Feb 30th has already happened once?) as well as timezones, solar times and daylight-saving details. This is all very valuable information for anyone working with dates.

The progressing chapters dwell into the various operations we use with and around date and time, like parsing, representing, manipulating and bringing attention to various perks of timezone and daylight saving handling in all the various functions in PHP. Its also very interesting that the book fully covers and makes crystal clear the new features in PHP 5.3 to deal with this topic.

The book also dewlls into PHP internals and describes how to use timezones and to update the internal timezone database, as well as how to deal with database engines and still get back correctly timezoned dates.

The book is a really pleasant read in a very orderly fashion, Derick covers all steps before introducing new issues instead of just throwing them out and explaining afterwards. It also functions very well as reference book, since documentation on this topic is not all it should be on the PHP Manual. This is a *must-read* book for anyone that has ever had to deal with handling date or time in a PHP system, or anyone who plans on launching systems that are aware of timezone differences.

.

Date and Timephp/architect’s Guide to Date and Time Programming by Derick Rethans Paperback: 152 pages Publisher: Marco Tabini & Associates, Inc. (April 20, 2009) Language: English ISBN-10: 0981034500 ISBN-13: 978-0981034508

comments powered by Disqus

Related Posts

Why I support "The League"

Why I support "The League"

  • March 10, 2015

There has been a lot of drama and press around it lately, but which does it really deserve?

Read More
Seven Things you might not know about me

Seven Things you might not know about me

  • January 4, 2009

Cool, I think this is my first English meme/tag, so let’s go.

Read More
BlogBlog UserInfo Plugin goes PHP5!

BlogBlog UserInfo Plugin goes PHP5!

  • November 22, 2007

Support GoPHP5.orgApós muito ponderar sobre a compatibilidade do plugin, tomei uma decisão não radical, mas bem objetiva. Seguindo a filosofia do goPHP5 o BBUInfo não mais suportará a versão 4 do PHP, e trará todas as novidades e melhorias do PHP5 para seu rol de features.

Read More