Skip to content

Commit a9c29cd

Browse files
MB-58110: Format dates in search result correctly (#37)
1 parent 615d85c commit a9c29cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ type NumericField interface {
6767
}
6868

6969
type DateTimeField interface {
70-
DateTime() (time.Time, error)
70+
DateTime() (time.Time, string, error)
7171
}
7272

7373
type BooleanField interface {

0 commit comments

Comments
 (0)