AdrianMastronardi commented on issue #31927:
URL: https://github.com/apache/superset/issues/31927#issuecomment-2618856581

   I'm using SQLite as backend. I confirm that there is no issue with timezone.
   
   I think that you nailed it:
   ```
   TimeGrain.WEEK_STARTING_MONDAY: (
       "DATETIME({col}, 'start of day', 'weekday 1', '-7 days')"
   )
   ```
   It should say +7 days instead of -7 days.
   
   
https://github.com/apache/superset/blob/1b375b715cf844d0cc4b61428a4e63abe0ec7369/superset/db_engine_specs/sqlite.py#L95
   


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