Warning: Declaration of The_Bootstrap_Nav_Walker::start_lvl(&$output, $depth) should be compatible with Walker_Nav_Menu::start_lvl(&$output, $depth = 0, $args = NULL) in /home/ebitem/www/ebitem/wp-content/themes/the-bootstrap/inc/nav-menu-walker.php on line 15

Warning: Declaration of The_Bootstrap_Nav_Walker::start_el(&$output, $item, $depth, $args) should be compatible with Walker_Nav_Menu::start_el(&$output, $data_object, $depth = 0, $args = NULL, $current_object_id = 0) in /home/ebitem/www/ebitem/wp-content/themes/the-bootstrap/inc/nav-menu-walker.php on line 22

Warning: Cannot modify header information - headers already sent by (output started at /home/ebitem/www/ebitem/wp-content/themes/the-bootstrap/inc/nav-menu-walker.php:0) in /home/ebitem/www/ebitem/wp-includes/rest-api/class-wp-rest-server.php on line 1775

Warning: Cannot modify header information - headers already sent by (output started at /home/ebitem/www/ebitem/wp-content/themes/the-bootstrap/inc/nav-menu-walker.php:0) in /home/ebitem/www/ebitem/wp-includes/rest-api/class-wp-rest-server.php on line 1775

Warning: Cannot modify header information - headers already sent by (output started at /home/ebitem/www/ebitem/wp-content/themes/the-bootstrap/inc/nav-menu-walker.php:0) in /home/ebitem/www/ebitem/wp-includes/rest-api/class-wp-rest-server.php on line 1775

Warning: Cannot modify header information - headers already sent by (output started at /home/ebitem/www/ebitem/wp-content/themes/the-bootstrap/inc/nav-menu-walker.php:0) in /home/ebitem/www/ebitem/wp-includes/rest-api/class-wp-rest-server.php on line 1775

Warning: Cannot modify header information - headers already sent by (output started at /home/ebitem/www/ebitem/wp-content/themes/the-bootstrap/inc/nav-menu-walker.php:0) in /home/ebitem/www/ebitem/wp-includes/rest-api/class-wp-rest-server.php on line 1775

Warning: Cannot modify header information - headers already sent by (output started at /home/ebitem/www/ebitem/wp-content/themes/the-bootstrap/inc/nav-menu-walker.php:0) in /home/ebitem/www/ebitem/wp-includes/rest-api/class-wp-rest-server.php on line 1775

Warning: Cannot modify header information - headers already sent by (output started at /home/ebitem/www/ebitem/wp-content/themes/the-bootstrap/inc/nav-menu-walker.php:0) in /home/ebitem/www/ebitem/wp-includes/rest-api/class-wp-rest-server.php on line 1775

Warning: Cannot modify header information - headers already sent by (output started at /home/ebitem/www/ebitem/wp-content/themes/the-bootstrap/inc/nav-menu-walker.php:0) in /home/ebitem/www/ebitem/wp-includes/rest-api/class-wp-rest-server.php on line 1775
{"id":96,"date":"2011-08-05T20:00:55","date_gmt":"2011-08-05T11:00:55","guid":{"rendered":"http:\/\/ebitem.net\/program-blog\/?p=96"},"modified":"2011-08-05T20:00:55","modified_gmt":"2011-08-05T11:00:55","slug":"perllocaltime%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e7%8f%be%e5%9c%a8%e5%b9%b4%e6%9c%88%e6%97%a5%e5%8f%96%e5%be%97","status":"publish","type":"post","link":"http:\/\/program.ebitem.net\/archives\/96","title":{"rendered":"[Perl]localtime\u3092\u4f7f\u3063\u3066\u73fe\u5728\u5e74\u6708\u65e5\u53d6\u5f97"},"content":{"rendered":"

Perl\u306e\u73fe\u5728\u5e74\u6708\u65e5\u6642\u523b\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u53d6\u5f97\u3067\u304d\u307e\u3059\u3002<\/p>\n

\nuse strict;\nuse warnings;\nuse utf8;\n \n# \u6642\u523b\u60c5\u5831\u3092\u5168\u90e8\u53d6\u5f97\u3057\u3066\u6574\u5f62\nmy ($sec,  $min,  $hour, \n\t$mday, $mon,  $year, \n\t$wday, $yday, $isdst) = localtime();\n \nprint sprintf("%04d\/%02d\/%02d %02d:%02d:%02d",\n               $year+1900,\n               $mon+1,\n               $mday,\n               $hour,\n               $min,\n               $sec);\n<\/pre>\n

\u305f\u3060\u5e74\u6708\u65e5\u3057\u304b\u5fc5\u8981\u306a\u3044\u6642\u3067\u3082\u4e0a\u8a18\u306e\u3088\u3046\u306b\u66f8\u3044\u3066\u3044\u3066\u3001\u30e0\u30c0\u306a\u5909\u6570\u304c\u3067\u304d\u3061\u3083\u3046\u306a\u3041\u3068\u601d\u3063\u3066\u3044\u305f\u306e\u3067\u3059\u304c\u3001\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3059\u308c\u3070\u826f\u304b\u3063\u305f\u306e\u3067\u3059\u306d\u3002<\/p>\n

\nuse strict;\nuse warnings;\nuse utf8;\n\n# \u5e74\u6708\u65e5\u306e\u6642\u523b\u60c5\u5831\u306e\u307f\u53d6\u5f97\nmy ($mday, $mon, $year) = (localtime)[3,4,5];\n\nprint sprintf("%04d\/%02d\/%02d",\n\t\t\t   $year+1900,\n\t\t\t   $mon+1,\n\t\t\t   $mday);\n<\/pre>\n

\u7d76\u5bfe\u3042\u3068\u3067\u5fd8\u308c\u308b\u81ea\u4fe1\u304c\u3042\u308b\u306e\u3067\u30e1\u30e2\u3057\u3066\u304a\u304d\u307e\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"

Perl\u306e\u73fe\u5728\u5e74\u6708\u65e5\u6642\u523b\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u53d6\u5f97\u3067\u304d\u307e\u3059\u3002 \u305f\u3060\u5e74\u6708\u65e5\u3057\u304b\u5fc5\u8981\u306a\u3044\u6642\u3067\u3082\u4e0a\u8a18\u306e\u3088\u3046\u306b\u66f8\u3044\u3066\u3044\u3066\u3001\u30e0\u30c0\u306a\u5909\u6570\u304c\u3067\u304d\u3061\u3083\u3046\u306a\u3041\u3068\u601d\u3063\u3066\u3044\u305f\u306e\u3067\u3059\u304c\u3001\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3059\u308c\u3070\u826f\u304b\u3063\u305f\u306e\u3067\u3059\u306d\u3002 \u7d76\u5bfe\u3042\u3068\u3067\u5fd8\u308c\u308b\u81ea\u4fe1\u304c\u3042… Continue reading →<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[12],"_links":{"self":[{"href":"http:\/\/program.ebitem.net\/wp-json\/wp\/v2\/posts\/96"}],"collection":[{"href":"http:\/\/program.ebitem.net\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/program.ebitem.net\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/program.ebitem.net\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/program.ebitem.net\/wp-json\/wp\/v2\/comments?post=96"}],"version-history":[{"count":0,"href":"http:\/\/program.ebitem.net\/wp-json\/wp\/v2\/posts\/96\/revisions"}],"wp:attachment":[{"href":"http:\/\/program.ebitem.net\/wp-json\/wp\/v2\/media?parent=96"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/program.ebitem.net\/wp-json\/wp\/v2\/categories?post=96"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/program.ebitem.net\/wp-json\/wp\/v2\/tags?post=96"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}