ztime

package
v0.0.19 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2020 License: MIT Imports: 3 Imported by: 5

Documentation

Overview

Package ztime provides time related operations

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FormatTime

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

func FormatTimestamp

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

func FormatTlp

func FormatTlp(tpl 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 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) (time.Time, 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

Jump to

Keyboard shortcuts

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