Commit 027de284 authored by Brian Tiger Chow's avatar Brian Tiger Chow

feat(log) time

parent 079bdbac
package log
import "time"
// Time returns a nanosecond-precision timestamp in zone UTC
func Time() string {
return time.Now().UTC().Format(time.RFC3339Nano)
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment