...

Package time

import "oss.terrastruct.com/d2/lib/time"
Overview
Index

Overview ▾

func HumanDate

func HumanDate(t time.Time) string

func WithTimeout

func WithTimeout(ctx context.Context, timeout time.Duration) (context.Context, context.CancelFunc)

WithTimeout returns context.WithTimeout(ctx, timeout) but timeout is overridden with D2_TIMEOUT if set