Skip to content
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

Fix arrival timestamp format #567

Closed
wants to merge 1 commit into from

Conversation

Guardiola31337
Copy link
Contributor

  • Fixes arrivalTimestamp format to use ISO8601 format like the rest of the dates

👀 @cammace @ericrwolfe @zugaldia

@@ -226,7 +226,7 @@
event.put(KEY_DISTANCE_COMPLETED, distanceCompleted);
event.put(KEY_DISTANCE_REMAINING, distanceRemaining);
event.put(KEY_DURATION_REMAINING, durationRemaining);
event.put(KEY_ARRIVAL_TIMESTAMP, arrivalTimestamp);
event.put(KEY_ARRIVAL_TIMESTAMP, TelemetryUtils.generateCreateDateFormatted(arrivalTimestamp));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Per #566 (review), arrivalTimestamp may be null/uninitialized. Will this support that?

@Guardiola31337
Copy link
Contributor Author

Guardiola31337 commented Sep 19, 2017

Fixed in #566 👀 f4925a3#diff-d170adec4bac91248ed199764e5e3ae0R280

Closing here.

@Guardiola31337 Guardiola31337 deleted the pg-fix-arrival-field-format branch September 19, 2017 21:26
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.

2 participants