ztime

package
v0.1.57 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2020 License: MIT Imports: 6 Imported by: 5

Documentation

Overview

Package ztime provides time related operations

Index

Constants

This section is empty.

Variables

View Source
var (
	TimeTpl = "2006-01-02 15:04:05"
)

Functions

func FormatTime

func FormatTime(t time.Time, format ...string) string

FormatTime format time

func FormatTimestamp

func FormatTimestamp(timestamp int64, format ...string) string

FormatTimestamp format timestamp

func FormatTlp

func FormatTlp(format string) string

FormatTlp FormatTlp

func GetTimeZone

func GetTimeZone() *time.Location

GetTimeZone getTimeZone

func MonthRange

func MonthRange(year int, month int) (beginTime, endTime int64, err error)

func Now added in v0.0.25

func Now(format ...string) string

func Parse added in v0.0.23

func Parse(str string, format ...string) (time.Time, error)

Parse string to time

func Week

func Week(t time.Time) int

func Zone

func Zone(zone ...int) *time.Location

Zone eastEightTimeZone

Types

type TimeEngine

type TimeEngine struct {
	// contains filtered or unexported fields
}

func New

func New(zone ...int) *TimeEngine

New new timeEngine

func SetTimeZone

func SetTimeZone(zone int) *TimeEngine

SetTimeZone SetTimeZone

func (*TimeEngine) FormatTime

func (e *TimeEngine) FormatTime(t time.Time, format ...string) string

FormatTime string format of return time

func (*TimeEngine) FormatTimestamp

func (e *TimeEngine) FormatTimestamp(timestamp int64, format ...string) string

FormatTimestamp convert UNIX time to time string

func (*TimeEngine) GetTimeZone

func (e *TimeEngine) GetTimeZone() *time.Location

GetTimeZone GetTimeZone

func (*TimeEngine) MonthRange

func (e *TimeEngine) MonthRange(year int, month int) (beginTime, endTime int64, err error)

MonthRange gets the start and end UNIX times for the specified year and month

func (*TimeEngine) Parse

func (e *TimeEngine) Parse(str string, format ...string) (t time.Time, err error)

Parse Parse

func (*TimeEngine) SetTimeZone

func (e *TimeEngine) SetTimeZone(zone int) *TimeEngine

SetTimeZone SetTimeZone

func (*TimeEngine) Week

func (e *TimeEngine) Week(t time.Time) int

Directories

Path Synopsis
Package cron emulate linux crontab
Package cron emulate linux crontab

Jump to

Keyboard shortcuts

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