offset

package
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2024 License: MIT Imports: 1 Imported by: 0

README

Offset

Go doc

暂无介绍...

目录导航

列出了该 package 下所有的函数及类型定义,可通过目录导航进行快捷跳转 ❤️

展开 / 折叠目录导航

包级函数定义

函数名称 描述
NewTime 新建一个包含偏移的时间
SetGlobal 设置全局偏移时间
GetGlobal 获取全局偏移时间
Now 获取当前时间偏移后的时间
Since 获取当前时间偏移后的时间自从 t 以来经过的时间

类型定义

类型 名称 描述
STRUCT Time 带有偏移量的时间

详情信息

func NewTime(offset time.Duration) *Time

新建一个包含偏移的时间


func SetGlobal(offset time.Duration)

设置全局偏移时间


func GetGlobal() *Time

获取全局偏移时间


func Now() time.Time

获取当前时间偏移后的时间


func Since(t time.Time) time.Duration

获取当前时间偏移后的时间自从 t 以来经过的时间


Time STRUCT

带有偏移量的时间

type Time struct {
	offset time.Duration
}

func (*Time) SetOffset(offset time.Duration)

设置时间偏移


func (*Time) Now() time.Time

获取当前时间偏移后的时间


func (*Time) Since(t time.Time) time.Duration

获取当前时间偏移后的时间自从 t 以来经过的时间


Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Now added in v0.0.2

func Now() time.Time

Now 获取当前时间偏移后的时间

func SetGlobal added in v0.0.2

func SetGlobal(offset time.Duration)

SetGlobal 设置全局偏移时间

func Since added in v0.0.2

func Since(t time.Time) time.Duration

Since 获取当前时间偏移后的时间自从 t 以来经过的时间

Types

type Time

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

Time 带有偏移量的时间

func GetGlobal added in v0.0.2

func GetGlobal() *Time

GetGlobal 获取全局偏移时间

func NewTime

func NewTime(offset time.Duration) *Time

NewTime 新建一个包含偏移的时间

func (*Time) Now

func (slf *Time) Now() time.Time

Now 获取当前时间偏移后的时间

func (*Time) SetOffset

func (slf *Time) SetOffset(offset time.Duration)

SetOffset 设置时间偏移

func (*Time) Since

func (slf *Time) Since(t time.Time) time.Duration

Since 获取当前时间偏移后的时间自从 t 以来经过的时间

Jump to

Keyboard shortcuts

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