fehlerbehebung

This commit is contained in:
xoy 2023-01-28 22:08:37 +01:00
parent 40e8edf551
commit e5ac1317e2
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ import (
)
func logger(input string) {
println("[" + time.Now().Format("15:04:05") + "] " + input)
fileAddLine("["+time.Now().Format("15:04:05")+"] "+input, "./log/"+time.Now().Format("2006-02-01")+".log")
println("[" + time.Now().Format("15:04:05 UTC+1") + "] " + input)
fileAddLine("["+time.Now().Format("15:04:05 UTC+1")+"] "+input, "./log/"+time.Now().Format("2006-02-01")+".log")
}
func handler() {