vrajat commented on issue #13004: URL: https://github.com/apache/pinot/issues/13004#issuecomment-2452880645
Another comprehensive [blog|https://kaiwern.com/posts/2021/07/20/what-you-need-to-know-about-postgresql-timezone/] on how time zone is handled in Postgres. +1 to storing timestamp in UTC at the storage level. A couple of other configs required are timezone of the server and client. The timezone of the server can be a config. Timezone of the client can be set through a query option ? With these, it should be possible to provide all the functionality similar to PG. -- 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