init: initial repo

This commit is contained in:
ericprd
2025-02-22 12:50:26 +08:00
commit e57fa3ac6c
8 changed files with 146 additions and 0 deletions
@@ -0,0 +1,7 @@
package timeutils
import "time"
func Now() time.Time {
return time.Now().UTC()
}