package now

import 

func formatTimeToList( time.Time) []int {
	, ,  := .Clock()
	, ,  := .Date()
	return []int{.Nanosecond(), , , , , int(), }
}