4 lines
246 B
Plaintext
4 lines
246 B
Plaintext
|
Indexing time64 doesn't seem to work -- needed to do "time >= 1243052015" even though the actual database times
|
||
|
should be something like 1243052015.847000. Let's switch to just using a 64-bit integer counting e.g.
|
||
|
microseconds since 1970-01-01
|