mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-13 12:34:00 +08:00
update time format
This commit is contained in:
@@ -17,7 +17,7 @@ func date(t time.Time) string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func now() string {
|
func now() string {
|
||||||
return date(time.Now())
|
return time.Now().Format("Mon Jan 2 15:04:05 MST")
|
||||||
}
|
}
|
||||||
|
|
||||||
func uptime() string {
|
func uptime() string {
|
||||||
|
Reference in New Issue
Block a user