Timestamp Key Type
Values of this type denote a point in time.
Allowed values
Must be a sequence of 14 digits (0
–9
) (same as an Identifier), with the restriction that is conforms to the pattern YYYYMMDDhhmmss
.
- YYYY is the year,
- MM is the month,
- DD is the day,
- hh is the hour,
- mm is the minute,
- ss is the second.
Query operator
All comparisons assume that up to 14 digits are given.
Sorting
Sorting is done by comparing the String values.
If both values are timestamp values, this works well because both have the same length.