node-cubrid
node-cubrid copied to clipboard
Update README
trafficstars
- [ ] Tell about how
DATE/DATETIMEfields are parsed innode-cubrid. The values are parsed as UTC values. That is if the data in date field is stored as10/02/2012, when it is returned bynode-cubrid, it is returned in local time asTue Oct 02 2012 09:00:00 GMT+0900 (KST). This example consider my current time zone+09:00. This is done because CUBRID does not store the time zone information along with the date. So we suggest storing dates in UTC consistently. - [x] Some methods will be removed in
v3.0.0.