Skip to content

Set OS Timezone

Actions
Sets timezone in your locale
v1.0.0
Latest
Star (0)

Forked from szenius/set-timezone

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: WitherZuo/set-timezone@v1
with:
  timezoneLinux: "Asia/Singapore"
  timezoneMacos: "Asia/Singapore"
  timezoneWindows: "Singapore Standard Time"

Set OS Timezone is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Sets timezone in your locale
v1.0.0
Latest

Set OS Timezone is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.