You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should the V1 emitter timestamp be retrieved from record.created, just like it used to be in V0?
This is how it was set for a V0 record and there seems to be no reason why this shouldn't also apply to V1. The divergence makes a migration more difficult due to the inconsistent handling.
Suggestion for change:
ts=rfc3339.format_microsecond(record.created)
Happy to submit a pull request with the change, if contributors and @GreyZmeem agree.
The text was updated successfully, but these errors were encountered:
Should the V1 emitter timestamp be retrieved from record.created, just like it used to be in V0?
This is how it was set for a V0 record and there seems to be no reason why this shouldn't also apply to V1. The divergence makes a migration more difficult due to the inconsistent handling.
Suggestion for change:
Happy to submit a pull request with the change, if contributors and @GreyZmeem agree.
The text was updated successfully, but these errors were encountered: