Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Job Posting:
Bold-IBS Seeks LAMP Developer (Kansas City, KS)
May 05, 2009 @ 20:21:44

Position no longer available

tagged: leap developer job post kansascity ks leap developer job post kansascity ks

Link:

Job Posting:
Bold-IBS Seeks LAMP Developer (Kansas City, KS)
May 05, 2009 @ 20:21:44

Position no longer available

tagged: leap developer job post kansascity ks leap developer job post kansascity ks

Link:

Derick Rethans' Blog:
Leap Seconds and What To Do With Them
Jan 02, 2009 @ 02:56:35

Derick Rethans one of the go-to guys for working with time in PHP has made this new post about something 2008 picked up along the way to 2009 - a leap second.

The start of this new year started with some buzz about a leap second being introduced between Dec 31st 2008, 23:59:59 and Jan 1st 2009, 00:00:00. I've had people ask where this leap second actually comes from, and whether you need to worry about it in your applications. To understand leap seconds means, unfortunately, understanding how time is actually kept.

He ponints out one of the major problems - how time is kept. With variants of Universal Time, it makes it hard to track down what's "right". He breaks out the difference between other time storage methods and the unix time that PHP can use (that counts the number of seconds since Jan 1st 1970) and how the leap second was handled for each.

tagged: leap second time unix utc universal time utc terrestrial greenwich mean

Link:

Derick Rethans' Blog:
PHP lags 23 seconds
Jan 11, 2006 @ 12:41:13

In this new post on his blog today, Derick Rethans points out something that might confuse some when it comes to date/time handling - a few seconds of "lag".

Bug report #35958 must have the most obscure one ever:

"strftime usually returns a string from the number of seconds since 1 jan 1970. Now, it lags and returns a string representing 23 seconds too late."

If you know what's going on though, it isn't really that weird.

He talks about the leap seconds that have been added to keep things straight, and how that's affecting PHP's built-in date/time functionality. He also shows an example of how you can get the "more correct" time versus the normal output...

tagged: lag time date 23 seconds leap second lag time date 23 seconds leap second

Link:

Derick Rethans' Blog:
PHP lags 23 seconds
Jan 11, 2006 @ 12:41:13

In this new post on his blog today, Derick Rethans points out something that might confuse some when it comes to date/time handling - a few seconds of "lag".

Bug report #35958 must have the most obscure one ever:

"strftime usually returns a string from the number of seconds since 1 jan 1970. Now, it lags and returns a string representing 23 seconds too late."

If you know what's going on though, it isn't really that weird.

He talks about the leap seconds that have been added to keep things straight, and how that's affecting PHP's built-in date/time functionality. He also shows an example of how you can get the "more correct" time versus the normal output...

tagged: lag time date 23 seconds leap second lag time date 23 seconds leap second

Link:


Trending Topics: