bschoening commented on PR #2996: URL: https://github.com/apache/cassandra/pull/2996#issuecomment-1862021136
@arkn98 instead of using datetime_from_utc_to_local can't we just change ``` from: str(datetime_from_utc_to_local(event.datetime)) to: str(event.datetime.astimezone(tz.tzutc())) ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

