Documentation ¶
Index ¶
- Constants
- func IsoNano(t time.Time) string
- func NanoToIso(nano int64) string
- func Now(ctx context.Context) time.Time
- func NowMillisecond(ctx context.Context) int64
- func NowNano(ctx context.Context) int64
- func NowString(ctx context.Context) string
- func ParseIsoNano(iso string) (time.Time, error)
- func ParseIsoToNano(iso string) (int64, error)
- func Sleep(ctx context.Context, duration time.Duration) error
Constants ¶
View Source
const ( RFC3339NanoUTC = "2006-01-02T15:04:05.999999999Z" RFC3339MicroUTC = "2006-01-02T15:04:05.999999Z" )
Variables ¶
This section is empty.
Functions ¶
func NowMillisecond ¶
func ParseIsoToNano ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.