michael-s-molina commented on code in PR #25318:
URL: https://github.com/apache/superset/pull/25318#discussion_r1327708252


##########
superset/utils/excel.py:
##########
@@ -22,6 +22,11 @@
 
 def df_to_excel(df: pd.DataFrame, **kwargs: Any) -> Any:
     output = io.BytesIO()
+
+    # timezone are not supported

Review Comment:
   ```suggestion
       # timezones are not supported
   ```



-- 
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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to