Yao, Zaiyong
Results
2
issues of
Yao, Zaiyong
We observed that when with below code: --- Calendar calendar = Calendar.getInstance(); // set date to 1st Jan 1900 calendar.set(1900, 0, 1); //SMALL_DATE = new Date(DateUtils.startOfTheDay(calendar.getTime()).getTime()); SMALL_DATE = new Date(startOfTheDay(calendar.getTime()).getTime());...
Hello, ## In using node.js openclient module in web app, there is a problem concerning the openstack authentication, that is, when the token got from openclient it will be used...