{"id":21638510,"url":"https://github.com/linx-software/unixtime","last_synced_at":"2026-03-19T21:02:31.427Z","repository":{"id":108360542,"uuid":"488991897","full_name":"linx-software/unixtime","owner":"linx-software","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-25T06:23:53.000Z","size":24,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-19T15:51:59.206Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linx-software.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-05-05T13:51:49.000Z","updated_at":"2022-10-05T15:11:02.000Z","dependencies_parsed_at":"2023-12-30T21:02:04.287Z","dependency_job_id":null,"html_url":"https://github.com/linx-software/unixtime","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/linx-software/unixtime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linx-software%2Funixtime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linx-software%2Funixtime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linx-software%2Funixtime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linx-software%2Funixtime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linx-software","download_url":"https://codeload.github.com/linx-software/unixtime/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linx-software%2Funixtime/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29199519,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T14:35:27.868Z","status":"ssl_error","status_checked_at":"2026-02-07T14:25:51.081Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-25T04:09:55.425Z","updated_at":"2026-02-07T16:01:31.968Z","avatar_url":"https://github.com/linx-software.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unixtime Converter Linx Solution\n\n## Description\n\nREST Service that converts a Unixtimestamp to a DateTime and vice versa. \n\n## Installation\n\n- Built using Linx 6.4.3 ([https://linx.software](https://linx.software))\n- Download and install the Linx Designer [https://linx.software/download-linx/](https://linx.software/download-linx/)\n- Pull the \"Linx 6 Solution\" folder from the repo\n\n## Usage\n\n1. Open the UnixTimeService.solution file in the Linx 6 Designer\n2. Click \"Debug\" and \"Start\" to run the RESTHost service locally\n3. Browse to any of the URL's from the \"GET Methods\" section below\n4. Use Postman or similar to post the Body Json to the related URL in the \"POST Methods\" below\n\n## GET Methods\n\n### fromunix\n\nUnix Timestamp to UTC DateTime (yyyy-MM-dd HH:mm:ss) with string response\n\nRequest Example: http://localhost:5678/UnixTime/fromunix?timestamp=1549892280\u003cbr\u003e\nResponse: \"2019-02-11 13:38:00\"\n\n### fromunixtimestamp\n\nUnix Timestamp to UTC DateTime (yyyy-MM-dd HH:mm:ss) with JSON object response\n\nRequest Example: http://localhost:5678/UnixTime/fromunixtimestamp?unixtimestamp=1549892280\u003cbr\u003e\nResponse: {\"Datetime\":\"2019-02-11 13:38:00\"}\n\n### tounix (with date)\n\nDateTime (multiple formats) to Unix Timestamp with string response\n\nRequest Example: http://localhost:5678/UnixTime/tounix?date=2019/02/11 13:38:00\u003cbr\u003e\nResponse: \"1549892280\"\n\n### tounix (now)\n\nCurrent DateTime (multiple formats) to Unix Timestamp with string response\n\nRequest Example: http://localhost:5678/UnixTime/tounix?date=now\u003cbr\u003e\nResponse: Current UnixTimeStamp as integer\n\n### tounixtimestamp (with date)\n\nDateTime (multiple formats allowed) to Unix Timestamp with JSON object response\n\nRequest Example: http://localhost:5678/UnixTime/tounixtimestamp?datetime=2019/02/11 13:38:00\u003cbr\u003e\nResponse: {\"UnixTimeStamp\":\"1549892280\"}\n\n### tounixtimestamp (now)\n\nCurrent DateTime as UnixTimestamp\n\nRequest Example: http://localhost:5678/UnixTime/tounixtimestamp?datetime=now\u003cbr\u003e\nResponse: {\"UnixTimeStamp\":\"1549971762\"}\n\n## POST Methods\n\n### fromunixtimestamp\n\nUnix Timestamp to DateTime with timezone (yyyy-MM-dd'T'HH:mm:ssXXX)\n\nhttp://localhost:5678/UnixTime/fromunixtimestamp\n\nBody Example 1: {\"UnixTimeStamp\": \"1589772280\",\"Timezone\": \"\"}\u003cbr\u003e\nResponse: {\"Datetime\":\"2020-05-18T03:24:40Z\"}\n\nBody Example 2: {\"UnixTimeStamp\": \"1589772280\",\"Timezone\": \"+3\"}\u003cbr\u003e\nResponse: {\"Datetime\":\"2020-05-18T06:24:40+03:00\"}\n\n### DateTime (multiple formats) to Unix Timestamp\n\nhttp://localhost:5678/UnixTime/tounixtimestamp\n\nBody Example 1: {\"Datetime\": \"2019/02/11 13:38:00\"}\u003cbr\u003e\nResponse: {\"UnixTimeStamp\":\"1549892280\"}\n\nBody Example 2: {\"Datetime\": \"2019-03-13 16:00:00\"}\u003cbr\u003e\nResponse: {\"UnixTimeStamp\":\"1552492800\"}\n\n## Errors (400)\n\nhttp://localhost:5678/UnixTime/fromunixtimestamp?unixtimestamp=-99999999991\u003cbr\u003e\nResponse: {\"Error\":\"Operation: Message\"}\n\n## Publishing\n\nPublishing this service requires a [Linx Server](https://linx.software/pricing/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinx-software%2Funixtime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinx-software%2Funixtime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinx-software%2Funixtime/lists"}