fields: fix 32-bit time truncation This commit fixes a problem that would incorrectly construct time.Time's on 32-bit platforms by truncating the time value when casting to a uint. Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>
1 files changed, 2 insertions(+), 2 deletions(-) M fields/primitives.go
M fields/primitives.go => fields/primitives.go +2 -2