Wrong result for 'nls_calendar=''arabic hijrah''' conversion
Content
Hi ,
I have a problem when converting the sysdate with the use of 'nls_calendar=''arabic hijrah''' parameter as it returns difference in two days with the 'nls_calendar=''gregorian''' ?!
Code Snippet
select to_char(sysdate,'day dd month yyyy','nls_calendar=''Arabic Hijrah'''), to_char(sysdate,'day dd month yyyy','nls_calendar=''English Hijrah'''), to_char(sysdate,'day dd month yyyy','nls_calendar=''gregorian''') from dual
0