{"id":51232,"library":"tebeka-strftime","title":"strftime","description":"A Go implementation of Python's strftime for formatting time with directives like %Y, %m, %d.","status":"active","version":"0.1.5","language":"go","source_language":null,"source_url":"https://github.com/tebeka/strftime","tags":["time","formatting","strftime","date"],"install":[{"cmd":"go get github.com/tebeka/strftime","lang":"bash","label":"Install github.com/tebeka/strftime"}],"dependencies":[],"imports":[{"symbol":"strftime","correct":"github.com/tebeka/strftime"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"time\"\n\t\"github.com/tebeka/strftime\"\n)\n\nfunc main() {\n\tresult, err := strftime.Format(\"%Y/%m/%d\", time.Now())\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(result)\n}","lang":"go","description":"Format time using strftime directives."},"warnings":[],"env_vars":null,"search_vec":"'d':17 'date':21 'direct':13 'format':10,19 'go':3 'implement':4 'like':14 'm':16 'python':6 'strftime':1,8,20 'time':11,18 'y':15","created_at":"2026-06-15T06:05:21.277751+00:00","updated_at":"2026-06-15T06:05:21.277751+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/tebeka/strftime","github":"https://github.com/tebeka/strftime","docs":"https://pkg.go.dev/github.com/tebeka/strftime#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}