Derek Rethans' guide to date and time programming is a concise, focused discussion of the surprisingly extensive resources in PHP for dealing with time and timezones. After a brief discussion of the history of standardised calendars and times, the book covers the key areas of parsing and manipulating dates and times, and the issues of localisation and multiple timezones.
I haven't seen a more complete guide to handling date and time in almost any language, let alone PHP, and anyone with worries about how best to handle an upcoming internationalisation project is bound to find the book a great help.
There aren't many negatives - the writing is a little dry, but not excessively so, and there are quite a few references to features only available in PHP 5.3, which at the time of writing had only been recently released. This shouldn't put off people working on older versions of PHP however, as multiple ways of solving a given problem are usually shown. It's a slim volume, clocking in at just under 140 pages, but it's exactly the kind of book you'd want on the shelf for that one thorny problem.