package main

import (
	"fmt"
	"time"
)

func main() {
	ct := time.Now()
	fmt.Println(ct)
}
(adsbygoogle = window.adsbygoogle || []).push({});