Skip to content

Commit

Permalink
Merge branch 'main' into velodyne-setup-sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
amc-nu authored Sep 26, 2023
2 parents a70fe6f + 99d3560 commit 564218e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ struct DateTime
tm.tm_hour = hour;
tm.tm_min = minute;
tm.tm_sec = second;
return std::mktime(&tm);
return timegm(&tm);
}
};

Expand Down

0 comments on commit 564218e

Please sign in to comment.