Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odgovori
4807 Prikazi
psycopg2.errors.DatetimeFieldOverflow: date/time field value out of range: "32-12-01"
LINE 5:                                 date >= '32-12-01' and
                                                ^
HINT:  Perhaps you need a different "datestyle" setting.


i see this when i try chenerating report, anyone can solve


Avatar
Opusti
Best Answer

Hi,

In the shown value of the data, there is a 32, which i believe representing the day and we dont have a month with 32 days. So you have to check and see how you get this value and from the 32 is inputted and adjust the logic to be the day between 0 and 31.

Thanks

Avatar
Opusti
Best Answer

Hi

Try using the query,
      SET datestyle = dmy;please refer this:https://stackoverflow.com/posts/29383758/edit

Hope it helps

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
feb. 22
3581
1
jun. 25
843
3
maj 25
2574
1
maj 25
817
1
maj 25
1000