Home | History | Annotate | Download | only in time

Lines Matching refs:Round

219 	round := []time.Duration{
230 for _, d := range round {
231 fmt.Printf("t.Round(%6s) = %s\n", d, t.Round(d).Format("15:04:05.999999999"))
234 // t.Round( 1ns) = 12:15:30.918273645
235 // t.Round( 1µs) = 12:15:30.918274
236 // t.Round( 1ms) = 12:15:30.918
237 // t.Round( 1s) = 12:15:31
238 // t.Round( 2s) = 12:15:30
239 // t.Round( 1m0s) = 12:16:00
240 // t.Round( 10m0s) = 12:20:00
241 // t.Round(1h0m0s) = 12:00:00