ls_time

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 20, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	YMD     = "2006-01-02"              // 年月日 YY-MM-DD
	YMDHMS  = "2006-01-02 15:04:05"     // 年月日 时分秒 YY-MM-DD h:m:s
	YMDHMSS = "2006-01-02 15:04:05.000" // 年月日 时分秒毫秒 YY-MM-DD h:m:s.ms
)

Variables

This section is empty.

Functions

func Add

func Add(t *gtime.Time, n int) int64

以传入时间点开始,增加多少秒

func Before

func Before(t *gtime.Time, n int) int64

以传入时间点开始,减少多少秒

func DAfter

func DAfter(t *gtime.Time, n int) int64

当前时间的后几天

func DBefore

func DBefore(t *gtime.Time, n int) int64

当前时间的前几天

func GetCurrentDayLate

func GetCurrentDayLate(t int64, format string) (int64, string)

获取某个时间戳当天的23:59:59秒的时间戳与格式化

func GetCurrentDayZero

func GetCurrentDayZero(t int64, format string) (int64, string)

获取某个时间戳当天的0点0时0分的时间戳与格式化

func HAfter

func HAfter(t *gtime.Time, n int) int64

当前时间的后几小时

func HBefore

func HBefore(t *gtime.Time, n int) int64

当前时间的前几小时

func MAfter

func MAfter(t *gtime.Time, n int) int64

当前时间的后几分钟

func MBefore

func MBefore(t *gtime.Time, n int) int64

当前时间的前几分钟

func Millisecond

func Millisecond(t *gtime.Time) int64

毫秒

func Now

func Now() *gtime.Time

当前时间

func SAfter

func SAfter(t *gtime.Time, n int) int64

当前时间的后几秒钟

func SBefore

func SBefore(t *gtime.Time, n int) int64

当前时间的前几秒钟

func TimestampToFormat

func TimestampToFormat(t int64, format string) string

时间戳格式化

Types

type CurrentDate

type CurrentDate struct {
	CZDate       int64  `json:"cz_date"`        // 当天零点时间戳
	CZDateFormat string `json:"cz_date_format"` // 当天零点时间格式,即:YY-MM-DD 00:00:00
	CEDate       int64  `json:"ce_date"`        // 当天终点时间戳
	CEDateFormat string `json:"ce_date_format"` // 当天终点时间格式,即:YY-MM-DD 23:59:59
}

func GetCertainToNowDay

func GetCertainToNowDay(date int64, format string) []*CurrentDate

获取某个时间戳到现在时间点共有多少天,包含每天的零点与终点时间与时间格式

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL