Skip to content

GitHub action to set timezone in your locale, works with Linux, Windows, MacOS

License

Notifications You must be signed in to change notification settings

szenius/set-timezone

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eebc20b · May 7, 2024

History

21 Commits
Apr 8, 2024
Apr 8, 2024
Sep 13, 2020
Sep 13, 2020
May 7, 2024
Apr 8, 2024
Apr 8, 2024
Aug 16, 2021
Apr 8, 2024
Apr 8, 2024

Repository files navigation

Set Timezone Action

Test Action

This action sets timezone in your runner's locale based on its OS.

Inputs

Input name Description Required ? Default value
timezoneLinux Timezone you want to set if your runner is running on Linux false UTC
timezoneWindows Timezone you want to set if your runner is running on Windows false UTC
timezoneMacos Timezone you want to set if your runner is running on MacOS false GMT

Example usage

uses: szenius/set-timezone@v2.0
with:
  timezoneLinux: "Asia/Singapore"
  timezoneMacos: "Asia/Singapore"
  timezoneWindows: "Singapore Standard Time"