[ Agent ] [ CMII ] - 新增大量功能
This commit is contained in:
@@ -20,3 +20,10 @@ func ParseISOLocalDateTime() string {
|
||||
now := time.Now()
|
||||
return now.Format(time.RFC3339)
|
||||
}
|
||||
|
||||
func TimeSplitFormatString() string {
|
||||
now := time.Now()
|
||||
formattedTime := now.Format("2006-01-02-15-04-05")
|
||||
|
||||
return formattedTime
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user