Documentation ¶
Index ¶
Constants ¶
View Source
const ( //Length10Second 10位 精确到秒 Length10Second = TimestampLength(10) //Length13Milli 13位 精确到毫秒(默认) Length13Milli = TimestampLength(13) //Length16Micro 16位 精确到微妙 Length16Micro = TimestampLength(16) //Length19Nano 19位 精确到纳秒 Length19Nano = TimestampLength(19) )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Jtime ¶
type Jtime struct { Format string Tslen TimestampLength // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.