-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DATA-277] Update date/time format to match datamanager #1504
[DATA-277] Update date/time format to match datamanager #1504
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - just a comment about removing the comment
services/slam/builtin/builtin.go
Outdated
// TODO change time format to .Format(time.RFC3339Nano) https://viam.atlassian.net/browse/DATA-277 | ||
// time format for the slam service. | ||
slamTimeFormat = "2006-01-02T15_04_05.0000" | ||
slamTimeFormat = time.RFC3339Nano |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM mod nit
@@ -57,7 +57,7 @@ const ( | |||
parsePortMaxTimeoutSec = 60 | |||
// TODO change time format to .Format(time.RFC3339Nano) https://viam.atlassian.net/browse/DATA-277 | |||
// time format for the slam service. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nit] Remove TODO. There are also a few other TODOs for DATA-277, so please make sure to remove them all.
…ate-time-format-to-match-datamanager
|
SLAM PR for this viamrobotics/slam#73
updates to the slam repo to use the same timeformat used by other services. Will not merge until integration tests pass, which requires updates from the slam repo first
https://viam.atlassian.net/browse/DATA-277