{"id":21510554,"url":"https://github.com/elkronos/zone_time","last_synced_at":"2026-05-18T00:09:51.118Z","repository":{"id":196322542,"uuid":"695740913","full_name":"elkronos/zone_time","owner":"elkronos","description":"Functions for working with time zones.","archived":false,"fork":false,"pushed_at":"2023-10-12T05:21:54.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-26T11:35:23.095Z","etag":null,"topics":["datamanipulation","datetime","python","r","timezone","timezone-conversion","timezone-converter","timezone-list"],"latest_commit_sha":null,"homepage":"","language":"R","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/elkronos.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}},"created_at":"2023-09-24T04:25:52.000Z","updated_at":"2023-09-24T04:40:04.000Z","dependencies_parsed_at":"2025-03-17T15:20:48.479Z","dependency_job_id":"7ae7077d-8905-4273-a262-37dcc1abb0e3","html_url":"https://github.com/elkronos/zone_time","commit_stats":null,"previous_names":["elkronos/zone_time"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elkronos/zone_time","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elkronos%2Fzone_time","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elkronos%2Fzone_time/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elkronos%2Fzone_time/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elkronos%2Fzone_time/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elkronos","download_url":"https://codeload.github.com/elkronos/zone_time/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elkronos%2Fzone_time/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33160170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"last_error":"SSL_read: 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":["datamanipulation","datetime","python","r","timezone","timezone-conversion","timezone-converter","timezone-list"],"created_at":"2024-11-23T21:49:22.082Z","updated_at":"2026-05-18T00:09:51.103Z","avatar_url":"https://github.com/elkronos.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zone Time\n\nThis repository contains several R and Python functions for handling and converting time zones. Below is a summary of each function available in this repository.\n\n## Functions\n\n| Function Name             | Description                                                                                                                  \n|---------------------------|------------------------------------------------------------------------------------------------------------------------------|\n| `add_time_zone`           | Takes a vector of datetime objects and a corresponding vector of time zone strings, and assigns each datetime object the corresponding time zone. |\n| `convert_from_utc`        | Converts a given time in UTC to a specified target time zone. The function can handle both character strings and POSIXct objects as input. |\n| `convert_time_zone`       | Converts time from one time zone to another. The function can handle both character strings and POSIXct objects as input. |\n| `convert_to_utc`          | Takes vectors of local times and their corresponding timezones, and converts each local time to UTC format.                 |\n| `format_with_timezone`    | Formats a datetime object or a column of datetime objects with time zone information. Optionally converts them to a specified time zone before formatting. | `lubridate`    |\n| `get_local_time`          | Retrieves the current time and adjusts it to the specified time zone. The output can optionally be formatted as a string with time zone abbreviation. |\n| `is_dst`                  | Check if Daylight Saving Time (DST) is in effect for a given time and time zone.                                            |\n| `list_time_zones`         | List available time zones with optional query filtering, result limiting, and additional details like abbreviations and current offsets. |\n| `remove_time_zone`        | Remove the timezone attribute from a POSIXct object.                                                                         |\n| `time_difference`         | Calculate the absolute time difference in minutes between two time zones based on the current time in each time zone.     |\n| `time_zone_offset`        | Calculate the offset in hours and minutes of a given time zone or vector of time zones from UTC.                           |\n\n## Usage\n\nTo utilize these functions, clone the repository and source the required function file in your R/Python scripts or consoles.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felkronos%2Fzone_time","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felkronos%2Fzone_time","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felkronos%2Fzone_time/lists"}