Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dmap] Change date type to int64, fix for "Integer value too large"
uint32 won't work for dates before the Unix epoch, and int32 won't work after 2038, so let's see if clients can handle int64. Resolves #1742
- Loading branch information