feiyu02
2022-10-21 f22c4b9230808fed4fec80c435eccb4c833349a0
src/test/kotlin/cn/flightfeather/supervision/CommonTest.kt
@@ -6,6 +6,7 @@
import com.google.gson.Gson
import org.junit.Test
import org.springframework.boot.json.GsonJsonParser
import java.util.*
import java.util.regex.Pattern
/**
@@ -65,6 +66,9 @@
    @Test
    fun foo4() {
        val d = Date()
        println(d.time)
        d.time = 1666262747
        println(d)
    }
}