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

[BUG] KillReport Timestamps #38

Open
NoFoolLikeOne opened this issue Mar 28, 2019 · 1 comment
Open

[BUG] KillReport Timestamps #38

NoFoolLikeOne opened this issue Mar 28, 2019 · 1 comment
Assignees
Labels

Comments

@NoFoolLikeOne
Copy link
Collaborator

NoFoolLikeOne commented Mar 28, 2019

What version are you running
1.9.4

Describe the bug

The edTimestamp is showing a different value from the in game timestamp in the raw data.

To Reproduce

Move to the Russia and kill some thargoids

Expected behavior

Timestamps should match

Screenshots

Key Value  
id 7738
systemName "Coriccha"
edTimestamp "2019-03-28T05:52:22.000Z"
cmdrName "KAZAK0V"
reward 10000
rewardingFaction "$faction_PilotsFederation;"
victimFaction "$faction_Thargoid;"
rawEvent  
VictimFaction_Localised "Таргоиды"
timestamp "2019-03-28T12:52:21Z"
AwardingFaction_Localised "Федерация пилотов"
Reward 10000
AwardingFaction "$faction_PilotsFederation;"
event "FactionKillBond"
VictimFaction "$faction_Thargoid;"
isBeta false
clientVersion "EDMC-Canonn.1.9.4"
reportAccepted false
@NoFoolLikeOne
Copy link
Collaborator Author

@derrickmehaffy can we make edTimestamp default to current timestamp. Or we can remove the edTimestamp column and replace with created_at.

This would be a breaking change so we would need to get the client updated at the same time.

The loaders would need to populate created_at using the timestamp from the spreadheet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants