{"id":3048,"date":"2023-01-04T00:45:12","date_gmt":"2023-01-03T15:45:12","guid":{"rendered":"https:\/\/nobunobu1717.site\/?p=3048"},"modified":"2023-02-08T23:03:00","modified_gmt":"2023-02-08T14:03:00","slug":"go%e3%81%a7%e6%99%82%e5%88%bb%e3%82%9230%e5%88%86%e5%8d%98%e4%bd%8d%e3%81%a7%e5%88%87%e3%82%8a%e4%b8%8a%e3%81%92%e3%81%a6%e8%a1%a8%e7%a4%ba%e3%81%99%e3%82%8b","status":"publish","type":"post","link":"https:\/\/nobunobu1717.site\/?p=3048","title":{"rendered":"Go\u3067\u6642\u523b\u309230\u5206\u5358\u4f4d\u3067\u5207\u308a\u4e0a\u3052\u3066\u8868\u793a\u3059\u308b"},"content":{"rendered":"<h2>\u6982\u8981<\/h2>\n<p>Go\u306b\u304a\u3044\u3066\u3001\u6642\u523b\u309230\u5206\u5358\u4f4d\u3067\u5207\u308a\u4e0a\u3052\u3066\u4fdd\u6301\u3057\u305f\u308a\u6bd4\u8f03\u3057\u305f\u3044\u5834\u5408\u306e\u65b9\u6cd5\u306e\u30e1\u30e2\u3002<\/p>\n<h3>\u65b9\u6cd5<\/h3>\n<p>time.Round\u95a2\u6570\u3092\u4f7f\u7528\u3057\u3066\u300130\u5206\u5358\u4f4d\u3067\u56db\u6368\u4e94\u5165\u3059\u308b\u300230-44\u307e\u3067\u306e\u5024\u304c30\u306b\u306a\u3063\u3066\u3057\u307e\u3046\u306e\u3067\u3001\u540c\u5024\u306e\u5834\u5408\u306b\u306f30\u5206\u8ffd\u52a0\u3059\u308b\u3053\u3068\u3067\u5bfe\u5fdc\u3059\u308b\u3002<\/p>\n<p>&nbsp;<\/p>\n<pre class=\"lang:default decode:true\">package main\r\n\r\nimport (\r\n\t\"fmt\"\r\n\t\"time\"\r\n)\r\n\r\nfunc main() {\r\n\tfmt.Println(\"----- Round() Truncate() -----\")\r\n\ttime10 := time.Date(2022, 12, 10, 14, 00, 00, 0, time.Local)\r\n\ttime11 := time.Date(2022, 12, 10, 14, 29, 55, 0, time.Local)\r\n\ttime12 := time.Date(2022, 12, 10, 14, 30, 45, 0, time.Local)\r\n\ttime13 := time.Date(2022, 12, 10, 14, 44, 45, 0, time.Local)\r\n\ttime14 := time.Date(2022, 12, 10, 14, 45, 45, 0, time.Local)\r\n\r\n\tfmt.Println(time10.String() + \" : \" + round(time10).String()) \/\/ 2022-12-10 14:00:00 +0000 UTC : 2022-12-10 14:30:00 +0000 UTC\r\n\tfmt.Println(time11.String() + \" : \" + round(time11).String()) \/\/ 2022-12-10 14:29:55 +0000 UTC : 2022-12-10 14:30:00 +0000 UTC\r\n\tfmt.Println(time12.String() + \" : \" + round(time12).String()) \/\/ 2022-12-10 14:30:45 +0000 UTC : 2022-12-10 15:00:00 +0000 UTC\r\n\tfmt.Println(time13.String() + \" : \" + round(time13).String()) \/\/ 2022-12-10 14:44:45 +0000 UTC : 2022-12-10 15:00:00 +0000 UTC\r\n\tfmt.Println(time14.String() + \" : \" + round(time14).String()) \/\/ 2022-12-10 14:45:45 +0000 UTC : 2022-12-10 15:00:00 +0000 UTC\r\n}\r\n\r\nfunc round(t time.Time) time.Time {\r\n\tvar r = t.Round(time.Minute * 30)\r\n\tif !r.After(t) {\r\n\t\tr = r.Add(time.Minute * 30)\r\n\t}\r\n\treturn r\r\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u6982\u8981 Go\u306b\u304a\u3044\u3066\u3001\u6642\u523b\u309230\u5206\u5358\u4f4d\u3067\u5207\u308a\u4e0a\u3052\u3066\u4fdd\u6301\u3057\u305f\u308a\u6bd4\u8f03\u3057\u305f\u3044\u5834\u5408\u306e\u65b9\u6cd5\u306e\u30e1\u30e2\u3002 \u65b9\u6cd5 time.Round\u95a2\u6570\u3092\u4f7f\u7528\u3057\u3066\u300130\u5206\u5358\u4f4d\u3067\u56db\u6368\u4e94\u5165\u3059\u308b\u300230-44\u307e\u3067\u306e\u5024\u304c30\u306b\u306a\u3063\u3066\u3057\u307e\u3046\u306e\u3067\u3001 &#8230; <\/p>\n","protected":false},"author":1,"featured_media":2569,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[48],"tags":[],"_links":{"self":[{"href":"https:\/\/nobunobu1717.site\/index.php?rest_route=\/wp\/v2\/posts\/3048"}],"collection":[{"href":"https:\/\/nobunobu1717.site\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nobunobu1717.site\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nobunobu1717.site\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nobunobu1717.site\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3048"}],"version-history":[{"count":4,"href":"https:\/\/nobunobu1717.site\/index.php?rest_route=\/wp\/v2\/posts\/3048\/revisions"}],"predecessor-version":[{"id":3214,"href":"https:\/\/nobunobu1717.site\/index.php?rest_route=\/wp\/v2\/posts\/3048\/revisions\/3214"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nobunobu1717.site\/index.php?rest_route=\/wp\/v2\/media\/2569"}],"wp:attachment":[{"href":"https:\/\/nobunobu1717.site\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3048"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nobunobu1717.site\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3048"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nobunobu1717.site\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3048"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}