{"id":28208906,"url":"https://github.com/flydev-fr/mormot2-timelog","last_synced_at":"2026-02-26T07:47:26.372Z","repository":{"id":295341954,"uuid":"982956622","full_name":"flydev-fr/mormot2-timelog","owner":"flydev-fr","description":"JavaScript module for converting mORMot2 TTimeLog values to/from JS Date objects and ISO strings.","archived":false,"fork":false,"pushed_at":"2025-05-16T17:59:35.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-12T09:25:05.467Z","etag":null,"topics":["datetime","mormot","mormot2","npm-package","pascal","timelog"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flydev-fr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-13T16:51:33.000Z","updated_at":"2025-07-02T09:23:45.000Z","dependencies_parsed_at":"2025-05-25T02:21:47.303Z","dependency_job_id":"5dd54cd2-a192-48bd-835f-f3897383ead6","html_url":"https://github.com/flydev-fr/mormot2-timelog","commit_stats":null,"previous_names":["flydev-fr/mormot2-timelog"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/flydev-fr/mormot2-timelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flydev-fr%2Fmormot2-timelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flydev-fr%2Fmormot2-timelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flydev-fr%2Fmormot2-timelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flydev-fr%2Fmormot2-timelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flydev-fr","download_url":"https://codeload.github.com/flydev-fr/mormot2-timelog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flydev-fr%2Fmormot2-timelog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29851808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"online","status_checked_at":"2026-02-26T02:00:06.774Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["datetime","mormot","mormot2","npm-package","pascal","timelog"],"created_at":"2025-05-17T15:12:56.878Z","updated_at":"2026-02-26T07:47:26.339Z","avatar_url":"https://github.com/flydev-fr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mormot2-timelog\n\n![Latest Tag][LatestTagBadge]\n![Build Status][BuildBadge]\n![NPM Downloads][NPMDownloadsBadge]\n\nJavaScript module for converting mORMot2 TTimeLog values to/from JS Date objects and ISO strings.\n\n## Installation\n\n```bash\nnpm install mormot2-timelog\n```\n\n## Usage\n\n```js\nimport { dateTimeToTimeLog, timeLogToDateTime, timeLogToISOString } from 'mormot2-timelog';\n\nconst now = new Date();\nconst timeLog = dateTimeToTimeLog(now);\nconsole.log('TTimeLog:', timeLog);\n\nconst date = timeLogToDateTime(timeLog);\nconsole.log('Date:', date.toISOString());\n\nconst isoString = timeLogToISOString(timeLog);\nconsole.log('ISO String:', isoString);\n```\n[BuildBadge]: https://img.shields.io/github/actions/workflow/status/flydev-fr/mormot2-timelog/ci.yaml\n[LatestTagBadge]: https://img.shields.io/github/v/tag/flydev-fr/mormot2-timelog\n[NPMDownloadsBadge]: https://img.shields.io/npm/d18m/mormot2-timelog\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflydev-fr%2Fmormot2-timelog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflydev-fr%2Fmormot2-timelog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflydev-fr%2Fmormot2-timelog/lists"}