oleg-zinovev edited a comment on pull request #2268: URL: https://github.com/apache/drill/pull/2268#issuecomment-882272366
@paul-rogers I would like to clarify the use of the user's timezone. 1) Functions to convert time stamp from string and back use UTC time zone 2) TimeStampAccessor uses UTC timezone 3) QueryContextInformation#queryStartTime is filled with value obtained from System#currentTimeMillis. This method returns a timestamp in UTC timezone (aka UNIX timestamp) (https://docs.oracle.com/javase/7/docs/api/java/lang/System.html#currentTimeMillis()) What timezone should I use in the age function? -- 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]
