Carlos Eduardo
Carlos Eduardo
Hello, I am having a problem when I working with gorm v2. I have tried every solution and I could find but none worked. gorm version: 1.22.4 sqlmock version: v1.5.0...
Icon example: 
**Describe the bug** The functions `startOf('day')` and `endOf('day')` are returning the wrong day when I change the timezone from UTC (GMT). Code example: `dayjs('2023-09-01').tz('America/Sao_Paulo').startOf('day')` Result: `Thu, 31 Aug 2023 03:00:00...