noncent / pdo_class_wrapper

A Class for PDO Wrapper
25 stars 21 forks source link

[Bug] date format is wrong #14

Closed rumplin closed 3 years ago

rumplin commented 3 years ago

the date format for log entry is wrong: date('Y-m-d h:m:s')

Should be: date('Y-m-d H:i:s')