ankicommunity / anki-sync-server-rs

A personal custom Anki sync server,aim to provide an easier way for deployment
GNU Affero General Public License v3.0
180 stars 27 forks source link

Incorrect log time #43

Closed dobefore closed 2 years ago

dobefore commented 2 years ago

this is caused by crate env_logger,which use UTC instead of local time. So we have to implement local time in env_logger to get correct time