rbatis/fast_log

Time used in FastLogFormat?

pavhofman opened this issue · 1 comments

Hi,

Please is this line correct

let now = fastdate::DateTime::now();
? Should perhaps arg.now be used instead of the current time?

Thanks a lot,

Pavel.

yes,you can use

fastdate::DateTime::now();

or

fastdate::DateTime::utc();