Do not allow time range timestamps with REST on the first TIME.

This commit is contained in:
Tom Alexander
2023-10-02 17:47:09 -04:00
parent 890cd3e4fd
commit 512432c5f0
4 changed files with 50 additions and 22 deletions

View File

@@ -206,6 +206,7 @@ pub enum TimestampType {
pub enum TimestampRangeType {
None,
DateRange,
TimeRange,
}
pub type YearInner = u16;