[server] [func.xray] - 完成xray config的文件持久化内容
This commit is contained in:
@@ -85,6 +85,16 @@ public class TimeUtils {
|
||||
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @return UTC+8 [ yyyy-MM-dd-HH-mm-ss ] Time String
|
||||
*/
|
||||
public static String currentFormatTimeString() {
|
||||
|
||||
return currentFormatTime()
|
||||
.format(DateTimeFormatter.ofPattern("yyyy-MM-dd-HH-mm-ss"));
|
||||
}
|
||||
|
||||
public static LocalDateTime cvFromDate(Date date) {
|
||||
|
||||
// fix bug
|
||||
|
||||
Reference in New Issue
Block a user