codope commented on PR #9794: URL: https://github.com/apache/hudi/pull/9794#issuecomment-2773160677
@vinothchandar The main reason for this fix is that a user might run table service or some job from their local machine which is on a different timezone from the servers. So, we have switched the default to UTC and always persist the timezone in table properties. Meta client ensures that instant generation happens as per the timezone in table properties irrespective of where you start the commit. -- 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]
