Jackie-Jiang commented on issue #13004: URL: https://github.com/apache/pinot/issues/13004#issuecomment-2498928687
We've got designs of different flavors: - TIMESTAMP NO TIME ZONE: #14398 - TIMESTAMP WITH TIME ZONE: #14526 Here is the PostgreSQL [documentation](https://www.postgresql.org/docs/current/datatype-datetime.html#DATATYPE-DATETIME) for reference. The internal storage format should be long value (millis since epoch), and we need to align on the input value parsing and output result format for these data types: - What input format is allowed - If input doesn't have time zone info, which time zone to use to parse the value - What output format to use cc @xiangfu0 @gortiz -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org