Dmytro
Dmytro
Yes, everything is ok. ``` SQL> ALTER SESSION SET TIME_ZONE='Europe/Kiev'; Session altered. SQL> with test as (select to_date('29.03.1992','dd.mm.yyyy') dt from dual) select dt from test; DT --------- 29-MAR-92 ```
By default nodejs uses Linux system timezone ``` $ cat /etc/timezone Europe/Kiev ``` Maybe this detail can help to reproduce
According to the [documentation](http://oracle.github.io/node-oracledb/doc/api.html#time-zone-file) Oracle Instant Client must includes timezone_xx.dat. But I don't see this file in distribution and I don't have its. Could its absence be the reason?
thanks @leonidmalashev Works like a charm )
@cjbj Unfortunately, after using this workaround ( ORA_TZFILE=timezone_32.dat node issue1394.js ) I get other issue. Some dates now are not showed correctly 1. What versions are you using? ```Oracle Database...
Are there any updates planned for this bug?
@anthony-tuininga Everything is good! I've checked thick and thin versions. Thank you!
It would be great to have Oracle DB support
It's abandoned. The live fork is [here](https://github.com/TriPSs/nestjs-query)