villebro commented on code in PR #23339:
URL: https://github.com/apache/superset/pull/23339#discussion_r1133529841


##########
superset-frontend/plugins/plugin-chart-table/src/utils/DateWithFormatter.ts:
##########
@@ -31,19 +33,12 @@ export default class DateWithFormatter extends Date {
 
   constructor(
     input: DataRecordValue,
-    {
-      formatter = String,
-      forceUTC = true,

Review Comment:
   here we remove the `forceUTC` parameter, as it's never used, and likely 
never will be, as Superset assumes that timestamps should always be naive (any 
timezone logic needs to happen in the backend).



-- 
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]

Reply via email to