{"id":22808199,"url":"https://github.com/sixarm/sixarm_ruby_time_stamp","last_synced_at":"2025-03-30T21:14:53.992Z","repository":{"id":1807118,"uuid":"2731192","full_name":"SixArm/sixarm_ruby_time_stamp","owner":"SixArm","description":"SixArm.com → Ruby → Time.stamp method for ISO RFC formats","archived":false,"fork":false,"pushed_at":"2023-09-15T19:29:14.000Z","size":395,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-06T00:23:47.159Z","etag":null,"topics":["gem","iso","rfc","ruby","time","timestamp"],"latest_commit_sha":null,"homepage":"http://sixarm.com","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"pupunzi/jquery.mb.YTPlayer","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SixArm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null}},"created_at":"2011-11-08T03:02:08.000Z","updated_at":"2023-05-22T14:13:08.000Z","dependencies_parsed_at":"2023-07-05T20:02:43.836Z","dependency_job_id":null,"html_url":"https://github.com/SixArm/sixarm_ruby_time_stamp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fsixarm_ruby_time_stamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fsixarm_ruby_time_stamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fsixarm_ruby_time_stamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SixArm%2Fsixarm_ruby_time_stamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SixArm","download_url":"https://codeload.github.com/SixArm/sixarm_ruby_time_stamp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246379366,"owners_count":20767696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gem","iso","rfc","ruby","time","timestamp"],"created_at":"2024-12-12T11:08:32.363Z","updated_at":"2025-03-30T21:14:53.913Z","avatar_url":"https://github.com/SixArm.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SixArm.com → Ruby → \u003cbr\u003e Time.stamp method for ISO RFC formats\n\n\u003c!--header-open--\u003e\n\n[![Gem Version](https://badge.fury.io/rb/sixarm_ruby_time_stamp.svg)](http://badge.fury.io/rb/sixarm_ruby_time_stamp)\n[![Build Status](https://travis-ci.org/SixArm/sixarm_ruby_time_stamp.png)](https://travis-ci.org/SixArm/sixarm_ruby_time_stamp)\n[![Code Climate](https://api.codeclimate.com/v1/badges/f6a1b785a22692ac6a92/maintainability)](https://codeclimate.com/github/SixArm/sixarm_ruby_time_stamp/maintainability)\n\n* Git: \u003chttps://github.com/SixArm/sixarm_ruby_time_stamp\u003e\n* Doc: \u003chttp://sixarm.com/sixarm_ruby_time_stamp/doc\u003e\n* Gem: \u003chttps://rubygems.org/gems/sixarm_ruby_time_stamp\u003e\n* Contact: Joel Parker Henderson, \u003cjoel@sixarm.com\u003e\n* Project: [changes](CHANGES.md), [license](LICENSE.md), [contributing](CONTRIBUTING.md).\n\n\u003c!--header-shut--\u003e\n\n## Introduction\n\nProvides timestamp methods Time.stamp and Time#stamp\n\nFor docs go to \u003chttp://sixarm.com/sixarm_ruby_time_stamp/doc\u003e\n\nWant to help? We're happy to get pull requests.\n\n\n\u003c!--install-open--\u003e\n\n## Install\n\n### Gem\n\nTo install this gem in your shell or terminal:\n\n    gem install sixarm_ruby_time_stamp\n\n### Gemfile\n\nTo add this gem to your Gemfile:\n\n    gem 'sixarm_ruby_time_stamp'\n\n### Require\n\nTo require the gem in your code:\n\n    require 'sixarm_ruby_time_stamp'\n\n\u003c!--install-shut--\u003e\n\n\n## Examples\n\nGenerate a time stamp using the defaults:\n\n    Time.stamp  #=\u003e \"2020-12-31T12:59:59.000000000Z\"\n\nDefaults:\n\n  * The current time\n\n  * The UTC time zone a.k.a. Zulu time zone a.k.a. \"Z\" time zome.\n\n  * Default RFC ISO format: \"%Y-%m-%dT%H:%M:%S.%NZ'\"\n\n  * Nanosecond precision\n\nSet a different format:\n\n    Time.stamp_format = \"%M/%D %H:%M\"\n    Time.stamp #=\u003e \"12/31 12:59\"\n\nThe same methods are also available for an instance:\n\n    t = Time.now\n    t.stamp #=\u003e \"2020-12-31T12:59:59.000000000Z\"\n    t.stamp_format = \"%M/%D %H:%M\"\n    t.stamp #=\u003e \"12/31 12:59\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsixarm%2Fsixarm_ruby_time_stamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsixarm%2Fsixarm_ruby_time_stamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsixarm%2Fsixarm_ruby_time_stamp/lists"}