The value of "mon" which is month of the year returned is 7 instead of 8. What is the possible cause of this? I am using RStudio - Version 0.99.467.
Asked
Active
Viewed 297 times
-3
-
4Please don't post images. You had to add 1 to POSIXlt `mon` output as it starts with 0 – akrun Aug 24 '15 at 11:25
-
2...as clearly documented at `?POSIXlt` – A. Webb Aug 24 '15 at 11:27
1 Answers
2
-
2Could you expand your answer? For the moment, you don't give more information than the above comments. – Aug 24 '15 at 11:33
-
2If you wrapped it in a full example it would probably be good for the OP. Otherwise, this provides no additional value than the comments do. – hrbrmstr Aug 24 '15 at 11:35
-
From the document, the value of the month is from 0~11. So the value of August will be 7 instead of 8. – Yong Aug 24 '15 at 11:36