index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
time
/
time.go
Age
Commit message (
Expand
)
Author
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2023-12-17
lib/time: un-export the variable Now
Shulhan
2023-12-17
lib/time: remove UnixMicro and UnixMilli
Shulhan
2023-09-11
lib/time: add missing comment to exported error, variables, and constans
Shulhan
2023-02-22
lib/time: add global variable Now as function
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2021-02-03
time: add function UnixMicro that return UNIX time in micro seconds
Shulhan
2020-06-06
all: use default linter options
Shulhan
2020-02-28
time: add functions to get Unix time in milliseconds (int64 and string)
Shulhan
2020-01-20
time: change the Microsecond return type from int to int64
Shulhan
2019-06-14
all: fix nolint format
Shulhan
2019-03-01
all: fix warnings from linter
Shulhan
2019-02-28
time: add function to get micro seconds
Shulhan
2019-02-05
lib/time: suppress linter warnings on known global variables
Shulhan
2019-02-05
lib/email: new package for working with Internet Message Format
Shulhan
2018-09-01
Add package time with Day and Week as duration
Shulhan