aboutsummaryrefslogtreecommitdiff
path: root/lib/time
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2025-07-30lib/time: add missing Hourly section in the package documentationShulhan
2024-12-29all: merge package "lib/ints" and "lib/ints64" into "slices"Shulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-12-17lib/time: un-export the variable NowShulhan
2023-12-17lib/time: remove UnixMicro and UnixMilliShulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-09-11lib/time: add missing comment to exported error, variables, and constansShulhan
2023-05-02lib/time: calculate the next event on Scheduler runShulhan
2023-04-09lib/time: replace lib/io#Reader with lib/bytes#ParserShulhan
2023-02-25lib/time: changes the Scheduler nextSeconds to time.DurationShulhan
2023-02-25lib/time: add unit tests for the rest of SchedulerShulhan
2023-02-25lib/time: group each schedule by section on NewSchedulerShulhan
2023-02-25lib/time: fix After and Before logicShulhan
2023-02-25lib/time: split the Scheduler parser to simplify testingShulhan
2023-02-25lib/time: simplify the Scheduler run logicShulhan
2023-02-25lib/time: add method Next to SchedulerShulhan
2023-02-22lib/time: implement SchedulerShulhan
2023-02-22lib/time: add new type ClockShulhan
2023-02-22lib/time: add global variable Now as functionShulhan
2022-09-13lib/test: change the Assert parameter to WriterShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2021-02-03time: add function UnixMicro that return UNIX time in micro secondsShulhan
2020-06-06all: use default linter optionsShulhan
2020-05-07time: fix test with latest GoShulhan
2020-02-28time: add functions to get Unix time in milliseconds (int64 and string)Shulhan
2020-01-20time: change the Microsecond return type from int to int64Shulhan
2019-06-14ascii: new library for working with ASCII charactersShulhan
2019-06-14all: fix nolint formatShulhan
2019-03-01all: fix warnings from linterShulhan
2019-02-28time: add function to get micro secondsShulhan
2019-02-05lib/io: rename Reader SkipSpace to SkipSpacesShulhan
2019-02-05lib/time: suppress linter warnings on known global variablesShulhan
2019-02-05lib/time: update affected by refactoring on lib/io.ReaderShulhan
2019-02-05lib/email: new package for working with Internet Message FormatShulhan
2019-01-29lib/time: uncapitalized the first letter of error messageShulhan
2018-11-29all: fix warnings from lintersShulhan
2018-11-29all: fixes warning from lintersShulhan
2018-11-29all: fix warning from lintersShulhan
2018-09-03Move all byte(s) related constant and functions from package text to bytesShulhan
2018-09-01Rename "lib/file" to "lib/io"Shulhan
2018-09-01Add package time with Day and Week as durationShulhan