feat: time util

This commit is contained in:
Bobo
2025-05-28 22:38:29 +08:00
parent 5abe88a0d9
commit 5faa4e06f7
6 changed files with 508 additions and 20 deletions

View File

@@ -2,13 +2,14 @@ package timeutil
import (
"fmt"
"google.golang.org/protobuf/types/known/timestamppb"
"testing"
"time"
"github.com/stretchr/testify/assert"
"github.com/tx7do/go-utils/trans"
"google.golang.org/protobuf/types/known/durationpb"
"google.golang.org/protobuf/types/known/timestamppb"
)
func TestUnixMilliToStringPtr(t *testing.T) {