search for: leap_second

Displaying 4 results from an estimated 4 matches for "leap_second".

2015 Jul 01
5
additional leap second
hi, Index: leap_second/src/library/base/R/zdatetime.R =================================================================== --- leap_second/src/library/base/R/zdatetime.R (revision 68608) +++ leap_second/src/library/base/R/zdatetime.R (working copy) @@ -24,7 +24,8 @@ "1979-12-31", "1981-6-30...
2015 Jul 01
1
additional leap second
sorry, i didnt watch src/main/datetime.c ... Index: leap_second/src/main/datetime.c =================================================================== --- leap_second/src/main/datetime.c (????? 68608) +++ leap_second/src/main/datetime.c (?????) @@ -303,14 +303,15 @@ } #ifndef HAVE_POSIX_LEAPSECONDS -/* There have been 25 leapseconds: see .leap.seconds...
2015 Jul 01
0
additional leap second
..., I was working on this. There are other changes needed in src/main/datetime.c and ?.leap.seconds which I will commit shortly, and the example in hist.POSIXt() needed alteration (it seems DJM did not run 'make check'!). On 01/07/2015 06:20, Ei-ji Nakama wrote: > hi, > > Index: leap_second/src/library/base/R/zdatetime.R > =================================================================== > --- leap_second/src/library/base/R/zdatetime.R (revision 68608) > +++ leap_second/src/library/base/R/zdatetime.R (working copy) > @@ -24,7 +24,8 @@ > "1979-12...
2016 Dec 14
1
New leap second end of 2016 / beginning 2017 (depending on TZ)
As R is sophisticated enough to track leap seconds, ?.leap.seconds we'd need to update our codes real soon now again: https://en.wikipedia.org/wiki/Leap_second (and those of you who want second precision in R in 2017 need to start working with 'R patched' or 'R devel' ...)