node-cubrid icon indicating copy to clipboard operation
node-cubrid copied to clipboard

Update README

Open kadishmal opened this issue 9 years ago • 0 comments
trafficstars

  • [ ] Tell about how DATE/DATETIME fields are parsed in node-cubrid. The values are parsed as UTC values. That is if the data in date field is stored as 10/02/2012, when it is returned by node-cubrid, it is returned in local time as Tue 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.

kadishmal avatar Sep 21 '16 02:09 kadishmal