snazy opened a new issue, #729: URL: https://github.com/apache/polaris/issues/729
### Describe the bug Time zone can be confusing and influence date/time based calculations. Polaris uses [`Clock.system(ZoneId.systemDefault())`](https://github.com/apache/polaris/blob/1868bbd7fac369bea9cd47cd85e478841e29c8c3/polaris-core/src/main/java/org/apache/polaris/core/PolarisCallContext.java#L58), which can cause all kinds of time/date/zone related issues. ### To Reproduce _No response_ ### Actual Behavior _No response_ ### Expected Behavior _No response_ ### Additional context _No response_ ### System information _No response_ -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
