package console
import (
"fmt"
"time"
)
func test() {
fmt.Printf(time.Now().Format(time.DateTime))
}