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

That Podcast:
Episode 33: Lag
Oct 28, 2016 @ 14:14:28

That Podcast, hosted by Beau Simensen and Dave Marshall, has posted their latest episode today - Episode #33: Lag.

Beau and Dave somehow manage to form a coherent conversation despite laggy internet, about dynamic sharing images, Beau's application for Global Entry, overlays and Mailchimp automation, profilers like Blackfire and XHProf, and Beau having a new microphone.

Other topics mentioned include: the 12 Startups in 12 Months article, the @levelsio Twitter account and Cloud.IQ. You can listen to this latest episode either through the in-page audio player or by downloading the mp3 directly. If you enjoy the episode, be sure to subscribe to their feed and follow them on Twitter for updates when future shows are released.

tagged: thatpodcast ep33 podcast beausimensen davemarshall lag

Link: https://thatpodcast.io/episodes/episode-33-lag

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: