<div dir="ltr">I just make a patch to my problem of date with write_mongodb.<div><br></div><div>I update write_mongodb.c</div><div><br></div><div><div>diff write_mongodb.c write_mongodb_orig.c </div><div><br></div><div>93,95d92</div>
<div>< time_t seconds;</div><div>< seconds = time (NULL);<span class="Apple-tab-span" style="white-space:pre"> </span></div><div>< </div><div>97,98c94</div><div>< /*bson_append_date (ret, "time", (bson_date_t) CDTIME_T_TO_MS (vl->time));*/</div>
<div>< bson_append_time_t (ret, "time",seconds); </div><div>---</div><div>> bson_append_date (ret, "time", (bson_date_t) CDTIME_T_TO_MS (vl->time));</div></div></div>