psi: indicated that time data size const is in bytes to be consistent with storage of uint64

This commit is contained in:
saxon 2018-12-14 16:20:20 +10:30
parent e50a8e6995
commit d961cf172d
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ const (
timeDescTag = 234
timeTagIndx = 13
timeDataIndx = 15
timeDataSize = 8
timeDataSize = 8 // bytes, because time is stored in uint64
)
// Consts relating to location description