·k8s-timezone-config
</>

k8s-timezone-config

julianobarbosa/claude-code-skills

TZ 環境変数を使用して Kubernetes ポッドのタイムゾーンを構成します。ブラジル/サンパウロのタイムゾーンが必要なワークロードをデプロイする場合、またはログに現地時間ではなく UTC (+0000) が表示される場合に使用します。

16インストール·0トレンド·@julianobarbosa

インストール

$npx skills add https://github.com/julianobarbosa/claude-code-skills --skill k8s-timezone-config

SKILL.md

Kubernetes pods run in UTC by default. Logs and application timestamps show +0000 offset instead of local Brazil time (-0300).

When a deployment has multiple containers (e.g., API server + frontend), add TZ to ALL containers:

| Dependency-Track | apiServer.extraEnv + frontend.extraEnv | Both containers need TZ | | Grafana | env or extraEnvVars | Single container | | Loki | extraEnv | Affects log timestamps | | Prometheus | server.env | Affects alert timestamps | | DefectDojo | extraEnv | Django app | | PostgreSQL | primary.extraEnvVars | Database timestamps |

TZ 環境変数を使用して Kubernetes ポッドのタイムゾーンを構成します。ブラジル/サンパウロのタイムゾーンが必要なワークロードをデプロイする場合、またはログに現地時間ではなく UTC (+0000) が表示される場合に使用します。 ソース: julianobarbosa/claude-code-skills。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/julianobarbosa/claude-code-skills --skill k8s-timezone-config
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

k8s-timezone-config とは?

TZ 環境変数を使用して Kubernetes ポッドのタイムゾーンを構成します。ブラジル/サンパウロのタイムゾーンが必要なワークロードをデプロイする場合、またはログに現地時間ではなく UTC (+0000) が表示される場合に使用します。 ソース: julianobarbosa/claude-code-skills。

k8s-timezone-config のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/julianobarbosa/claude-code-skills --skill k8s-timezone-config インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/julianobarbosa/claude-code-skills