We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf1c8b commit 095a160Copy full SHA for 095a160
internal/entities/command_deployment.go
@@ -57,7 +57,7 @@ The deployment command marks a change for a New Relic entity
57
if timestamp == 0 {
58
params.Timestamp = nrtime.EpochMilliseconds(time.Now())
59
} else {
60
- params.Timestamp = nrtime.EpochMilliseconds(time.UnixMilli(timestamp))
+ params.Timestamp = nrtime.EpochMilliseconds(time.Unix(timestamp, 0))
61
}
62
63
if version == "" {
0 commit comments