Skip to content

Fixed #5. getTime() was Off by One Month #21

Open
sikbrad wants to merge 1 commit intockgt:masterfrom
sikbrad:master
Open

Fixed #5. getTime() was Off by One Month #21
sikbrad wants to merge 1 commit intockgt:masterfrom
sikbrad:master

Conversation

@sikbrad
Copy link
Copy Markdown

@sikbrad sikbrad commented May 31, 2021

t.tm_mon = month; --> t.tm_mon = month - 1;
it builds successfully without trouble.

@sikbrad
Copy link
Copy Markdown
Author

sikbrad commented May 31, 2021

Im making pointcloud integration thing and cross-checked with timestamp from other sensor timestamps. It was off by exactly 1 month. So I fixed it.

@sikbrad sikbrad changed the title fixes #5. getTime() was Off by One Month Fixed #5. getTime() was Off by One Month May 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant