in reply to Re^4: Leap second coming up. Check your date handling code (Cloudflare DNS outage)
in thread Leap second coming up. Check your date handling code
Very interesting, and quite surprising that they experienced such a problem. Speaks to the immaturity of Go I suppose.
... might have been nice to do that beforehand. Doesn't seem like it would have been too hard to spot:We are sorry that our customers were affected by this bug and are insp +ecting all our code to ensure that there are no other leap second sensitive uses of t +ime intervals.
... if only they were coding in Perl and could use $rtt_max ||= $default_timeout;, LOL- if rttMax == 0 { + if rttMax <= 0 { rttMax = DefaultTimeout }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Leap second coming up. Check your date handling code (Cloudflare DNS outage)
by Corion (Patriarch) on Jan 02, 2017 at 17:21 UTC |