Query Builder - Date and Time - Difference
I have to create a very simple database function to get day and month only from the date. But there is always one day lag. I will explain this in a simple way here.
I have created a database function as below.
It should result in two columns of same value exactly.
But the result is
How to resolve this?? If this is resolved, my core problem also will be resolved.
I have timezone of GMT+05:30 in site\utilities\preference\attribute handling\local time zone
This timezone is same in Server machine and in my oracle database.

