{"id":14986037,"url":"https://github.com/plabick/remote-time-action","last_synced_at":"2025-04-11T22:13:27.785Z","repository":{"id":40452203,"uuid":"372296083","full_name":"Plabick/Remote-Time-Action","owner":"Plabick","description":"A lightweight tool to get the current time from a remote server. Easily get consistent timestamps for GitHub workflows in your preferred timezone and format.","archived":false,"fork":false,"pushed_at":"2023-01-08T05:25:20.000Z","size":276,"stargazers_count":6,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T22:13:21.237Z","etag":null,"topics":["actions","clock","ntp-client","time","timestamp","typescript","utlity","workflow"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Plabick.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}},"created_at":"2021-05-30T19:12:30.000Z","updated_at":"2024-06-08T04:03:24.000Z","dependencies_parsed_at":"2023-02-08T05:01:12.317Z","dependency_job_id":null,"html_url":"https://github.com/Plabick/Remote-Time-Action","commit_stats":{"total_commits":16,"total_committers":2,"mean_commits":8.0,"dds":0.1875,"last_synced_commit":"ab49dc9fbcdf3d0f95d1a5fd9c0bcfccacbc05aa"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Plabick%2FRemote-Time-Action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Plabick%2FRemote-Time-Action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Plabick%2FRemote-Time-Action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Plabick%2FRemote-Time-Action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Plabick","download_url":"https://codeload.github.com/Plabick/Remote-Time-Action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248487685,"owners_count":21112190,"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":["actions","clock","ntp-client","time","timestamp","typescript","utlity","workflow"],"created_at":"2024-09-24T14:12:10.819Z","updated_at":"2025-04-11T22:13:27.750Z","avatar_url":"https://github.com/Plabick.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remote Time\n[![Node.js CI](https://github.com/Plabick/InternetTime/actions/workflows/CI.yml/badge.svg)](https://github.com/Plabick/InternetTime/actions/workflows/CI.yml) [![CodeQL](https://github.com/Plabick/Remote-Time-Action/actions/workflows/codeql-analysis.yml/badge.svg?branch=master\u0026event=push)](https://github.com/Plabick/Remote-Time-Action/actions/workflows/codeql-analysis.yml) [![Trufflehog Secret Scan](https://github.com/Plabick/Remote-Time-Action/actions/workflows/trufflehog.yml/badge.svg)](https://github.com/Plabick/Remote-Time-Action/actions/workflows/trufflehog.yml)\n\nA lightweight GitHub Action to get the current time from the WorldClock time server in a variety of formats. Get consistent times for status monitoring, timestamping, and more without worrying about inconsistencies between build agents. \n\n## Input\n|Name|Description|Required?|Example|\n|----|----|----|----|\n|timezone|The [timezone code](https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations) to display the current time in. Case insensitive. Defaults to utc (+0)'|No|EST|\n\n## Output\n|Name|Description|Example|\n|----|----|----|\n|dateTime|The current date and time|2021-05-30T18:38-04:00|\n|dayOfTheWeek|The day of the week|Saturday|\n|unixTime|The Unix epoch time, the number of seconds that have elapsed since January 1, 1970, rounded to the nearest second|1622410833|\n|windowsTime|The Windows FILETIME timestamp, the number of 100-nanosecond intervals since the beginning of the year 1601|132668721308032423|\n|ordinalDate|The current year and number of days since January 1st|2021-150|\n|isDayLightSavingsTime|A boolean describing if the requested time reflects daylight savings time|false|\n\n## Example Usage\n``` yaml\n- name: Get Time\n  id: time\n  uses: Plabick/Remote-Time-Action@V1.0\n  with:\n    timezone: 'EST'\n  \n- name: Display Unix Epoch Time\n  run: 'echo \"${{steps.time.outputs.epochTime}}\"'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplabick%2Fremote-time-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplabick%2Fremote-time-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplabick%2Fremote-time-action/lists"}