On Wed, Feb 24, 2016 at 10:40 AM, Suharto Anggono Suharto Anggono via
R-devel wrote:
> R help on 'strptime' has the following in "Details" section.
> Specific to R is ‘%OSn’, which for output gives the seconds truncated to ‘0
> <= n <= 6’ decimal places (and if ‘%OS’ is not followed by a digit, i
R help on 'strptime' has the following in "Details" section.
Specific to R is ‘%OSn’, which for output gives the seconds truncated to ‘0 <=
n <= 6’ decimal places (and if ‘%OS’ is not followed by a digit, it uses the
setting of ‘getOption("digits.secs")’, or if that is unset, ‘n = 3’).
In realit