Skip to content

Commit

Permalink
SysSecBSI fix. Need to move this out of projector and into mapper rev…
Browse files Browse the repository at this point in the history
…erse value.
  • Loading branch information
gamolina committed Oct 11, 2024
1 parent d6aa604 commit 82bec5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/projector.go
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ func (p *Projector) getRow(colID uint64, strMap map[string]map[interface{}]inter
} else {
switch v.MappingStrategy {
case "SysSecBSI":
t := time.Unix(val,0).UTC()
row[i] = t.Format(time.RFC3339)
case "SysMillisBSI":
row[i] = t.Format("2006-01-02T15:04:05.000Z")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ message PageView {
dss.predef.StringValue paymentType = 56;
.dss.cs.field.viewport.v1.TimeZone timeZone = 57;
dss.predef.StringValue commerceConditions = 58;
}
}

0 comments on commit 82bec5b

Please sign in to comment.